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