Type Alias aint::i52

source ·
pub type i52 = Aint<i64, 52>;
Expand description

A 52-bit signed integer

Aliased Type§

struct i52(/* private fields */);