Type Alias aint::u66

source ·
pub type u66 = Aint<u128, 66>;
Expand description

A 66-bit unsigned integer

Aliased Type§

struct u66(/* private fields */);