Type Alias alloy_primitives::aliases::I216
source · pub type I216 = Signed<216, 4>;
Expand description
216-bit signed integer type, consisting of 4, 64-bit limbs.
Aliased Type§
struct I216(/* private fields */);
pub type I216 = Signed<216, 4>;
216-bit signed integer type, consisting of 4, 64-bit limbs.
struct I216(/* private fields */);