Type Alias aint::u34

source ·
pub type u34 = Aint<u64, 34>;
Expand description

A 34-bit unsigned integer

Aliased Type§

struct u34(/* private fields */);