Type Alias aint::u87

source ·
pub type u87 = Aint<u128, 87>;
Expand description

A 87-bit unsigned integer

Aliased Type§

struct u87(/* private fields */);