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