Type Alias aint::i3

source ·
pub type i3 = Aint<i8, 3>;
Expand description

A 3-bit signed integer

Aliased Type§

struct i3(/* private fields */);