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