Type Alias I16

Source
pub type I16 = Signed<16, 1>;
Expand description

16-bit signed integer type, consisting of 1, 64-bit limbs.

Aliased Typeยง

pub struct I16(/* private fields */);