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