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 */);