Type Alias aint::i15

source ·
pub type i15 = Aint<i16, 15>;
Expand description

A 15-bit signed integer

Aliased Type§

struct i15(/* private fields */);