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