Type Alias aint::i60

source ·
pub type i60 = Aint<i64, 60>;
Expand description

A 60-bit signed integer

Aliased Type§

struct i60(/* private fields */);