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