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