Type Alias aint::i4

source ·
pub type i4 = Aint<i8, 4>;
Expand description

A 4-bit signed integer

Aliased Type§

struct i4(/* private fields */);