Type Alias aint::i6

source ·
pub type i6 = Aint<i8, 6>;
Expand description

A 6-bit signed integer

Aliased Type§

struct i6(/* private fields */);