Type Alias aint::i27

source ·
pub type i27 = Aint<i32, 27>;
Expand description

A 27-bit signed integer

Aliased Type§

struct i27(/* private fields */);