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