Type Alias aint::i86

source ·
pub type i86 = Aint<i128, 86>;
Expand description

A 86-bit signed integer

Aliased Type§

struct i86(/* private fields */);