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