Type Alias aint::i35

source ·
pub type i35 = Aint<i64, 35>;
Expand description

A 35-bit signed integer

Aliased Type§

struct i35(/* private fields */);