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