Type Alias alloy_primitives::aliases::U56
source · pub type U56 = Uint<56, 1>;
Expand description
56-bit unsigned integer type, consisting of 1, 64-bit limbs.
Aliased Type§
struct U56 { /* private fields */ }
pub type U56 = Uint<56, 1>;
56-bit unsigned integer type, consisting of 1, 64-bit limbs.
struct U56 { /* private fields */ }