Type Alias aint::u81

source ·
pub type u81 = Aint<u128, 81>;
Expand description

A 81-bit unsigned integer

Aliased Type§

struct u81(/* private fields */);