Type Alias aint::i38

source ·
pub type i38 = Aint<i64, 38>;
Expand description

A 38-bit signed integer

Aliased Type§

struct i38(/* private fields */);