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