Type Alias aint::i99

source ·
pub type i99 = Aint<i128, 99>;
Expand description

A 99-bit signed integer

Aliased Type§

struct i99(/* private fields */);