Type Alias aint::i22

source ·
pub type i22 = Aint<i32, 22>;
Expand description

A 22-bit signed integer

Aliased Type§

struct i22(/* private fields */);