Type Alias aint::i56

source ·
pub type i56 = Aint<i64, 56>;
Expand description

A 56-bit signed integer

Aliased Type§

struct i56(/* private fields */);