Type Alias aint::i23

source ·
pub type i23 = Aint<i32, 23>;
Expand description

A 23-bit signed integer

Aliased Type§

struct i23(/* private fields */);