pub type I192 = Signed<192, 3>;
Expand description
192-bit signed integer type, consisting of 3, 64-bit limbs.
Aliased Typeยง
struct I192(/* private fields */);
pub type I192 = Signed<192, 3>;
192-bit signed integer type, consisting of 3, 64-bit limbs.
struct I192(/* private fields */);