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