Type Alias aint::i125

source ·
pub type i125 = Aint<i128, 125>;
Expand description

A 125-bit signed integer

Aliased Type§

struct i125(/* private fields */);