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