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