Type Alias aint::u127

source ·
pub type u127 = Aint<u128, 127>;
Expand description

A 127-bit unsigned integer

Aliased Type§

struct u127(/* private fields */);