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