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