Type Alias aint::i25

source ·
pub type i25 = Aint<i32, 25>;
Expand description

A 25-bit signed integer

Aliased Type§

struct i25(/* private fields */);