Type Alias aint::i7

source ·
pub type i7 = Aint<i8, 7>;
Expand description

A 7-bit signed integer

Aliased Type§

struct i7(/* private fields */);