Type Alias aint::i2

source ·
pub type i2 = Aint<i8, 2>;
Expand description

A 2-bit signed integer

Aliased Type§

struct i2(/* private fields */);