Type Alias aint::u112

source ·
pub type u112 = Aint<u128, 112>;
Expand description

A 112-bit unsigned integer

Aliased Type§

struct u112(/* private fields */);