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