Type Alias aint::u53

source ·
pub type u53 = Aint<u64, 53>;
Expand description

A 53-bit unsigned integer

Aliased Type§

struct u53(/* private fields */);