Type Alias aint::u62

source ·
pub type u62 = Aint<u64, 62>;
Expand description

A 62-bit unsigned integer

Aliased Type§

struct u62(/* private fields */);