Type Alias aint::u58

source ·
pub type u58 = Aint<u64, 58>;
Expand description

A 58-bit unsigned integer

Aliased Type§

struct u58(/* private fields */);