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