Type Alias aint::i21

source ·
pub type i21 = Aint<i32, 21>;
Expand description

A 21-bit signed integer

Aliased Type§

struct i21(/* private fields */);