Skip to main content
This is unreleased documentation for the main (development) branch of crypto-glue.

I16

Type Alias I16 

Source
pub type I16 = I16<LittleEndian>;
Expand description

A 16-bit signed integer stored in little-endian byte order.

Aliased Typeยง

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