Type Alias aint::i30

source ·
pub type i30 = Aint<i32, 30>;
Expand description

A 30-bit signed integer

Aliased Type§

struct i30(/* private fields */);