Type Alias aint::i1

source ·
pub type i1 = Aint<i8, 1>;
Expand description

A 1-bit signed integer

Aliased Type§

struct i1(/* private fields */);