Type Alias aint::u80

source ·
pub type u80 = Aint<u128, 80>;
Expand description

A 80-bit unsigned integer

Aliased Type§

struct u80(/* private fields */);