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