Type Alias aint::u99

source ·
pub type u99 = Aint<u128, 99>;
Expand description

A 99-bit unsigned integer

Aliased Type§

struct u99(/* private fields */);