Type Alias aint::i17

source ·
pub type i17 = Aint<i32, 17>;
Expand description

A 17-bit signed integer

Aliased Type§

struct i17(/* private fields */);