Type Alias aint::i29

source ·
pub type i29 = Aint<i32, 29>;
Expand description

A 29-bit signed integer

Aliased Type§

struct i29(/* private fields */);