Type Alias aint::u83

source ·
pub type u83 = Aint<u128, 83>;
Expand description

A 83-bit unsigned integer

Aliased Type§

struct u83(/* private fields */);