Type Alias aint::i96

source ·
pub type i96 = Aint<i128, 96>;
Expand description

A 96-bit signed integer

Aliased Type§

struct i96(/* private fields */);