Type Alias aint::u124

source ·
pub type u124 = Aint<u128, 124>;
Expand description

A 124-bit unsigned integer

Aliased Type§

struct u124(/* private fields */);