Type Alias aint::i123

source ·
pub type i123 = Aint<i128, 123>;
Expand description

A 123-bit signed integer

Aliased Type§

struct i123(/* private fields */);