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