Type Alias aint::i51

source ·
pub type i51 = Aint<i64, 51>;
Expand description

A 51-bit signed integer

Aliased Type§

struct i51(/* private fields */);