Type Alias aint::u68

source ·
pub type u68 = Aint<u128, 68>;
Expand description

A 68-bit unsigned integer

Aliased Type§

struct u68(/* private fields */);