Type Alias aint::u123

source ·
pub type u123 = Aint<u128, 123>;
Expand description

A 123-bit unsigned integer

Aliased Type§

struct u123(/* private fields */);