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