Type Alias aint::u89

source ·
pub type u89 = Aint<u128, 89>;
Expand description

A 89-bit unsigned integer

Aliased Type§

struct u89(/* private fields */);