Type Alias aint::u76

source ·
pub type u76 = Aint<u128, 76>;
Expand description

A 76-bit unsigned integer

Aliased Type§

struct u76(/* private fields */);