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