Type Alias aint::u95

source ·
pub type u95 = Aint<u128, 95>;
Expand description

A 95-bit unsigned integer

Aliased Type§

struct u95(/* private fields */);