Type Alias aint::u101

source ·
pub type u101 = Aint<u128, 101>;
Expand description

A 101-bit unsigned integer

Aliased Type§

struct u101(/* private fields */);