Type Alias aint::i48

source ·
pub type i48 = Aint<i64, 48>;
Expand description

A 48-bit signed integer

Aliased Type§

struct i48(/* private fields */);