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