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