Type Alias aint::u52

source ·
pub type u52 = Aint<u64, 52>;
Expand description

A 52-bit unsigned integer

Aliased Type§

struct u52(/* private fields */);