Type Alias aint::u85

source ·
pub type u85 = Aint<u128, 85>;
Expand description

A 85-bit unsigned integer

Aliased Type§

struct u85(/* private fields */);