Type Alias aint::u116

source ·
pub type u116 = Aint<u128, 116>;
Expand description

A 116-bit unsigned integer

Aliased Type§

struct u116(/* private fields */);