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