Skip to main content

I16

Type Alias I16 

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 */);