Type Alias aint::i24

source ·
pub type i24 = Aint<i32, 24>;
Expand description

A 24-bit signed integer

Aliased Type§

struct i24(/* private fields */);