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