Type Alias aint::i61

source ·
pub type i61 = Aint<i64, 61>;
Expand description

A 61-bit signed integer

Aliased Type§

struct i61(/* private fields */);