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