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