Type Alias aint::u120

source ·
pub type u120 = Aint<u128, 120>;
Expand description

A 120-bit unsigned integer

Aliased Type§

struct u120(/* private fields */);