Type Alias aint::i63

source ·
pub type i63 = Aint<i64, 63>;
Expand description

A 63-bit signed integer

Aliased Type§

struct i63(/* private fields */);