Type Alias aint::u86

source ·
pub type u86 = Aint<u128, 86>;
Expand description

A 86-bit unsigned integer

Aliased Type§

struct u86(/* private fields */);