Type Alias aint::u60

source ·
pub type u60 = Aint<u64, 60>;
Expand description

A 60-bit unsigned integer

Aliased Type§

struct u60(/* private fields */);