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