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