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