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