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