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