pub type U40 = Uint<40, 1>;
Expand description
40-bit unsigned integer type, consisting of 1, 64-bit limbs.
Aliased Typeยง
struct U40 { /* private fields */ }
pub type U40 = Uint<40, 1>;
40-bit unsigned integer type, consisting of 1, 64-bit limbs.
struct U40 { /* private fields */ }