Type Alias aint::u39

source ·
pub type u39 = Aint<u64, 39>;
Expand description

A 39-bit unsigned integer

Aliased Type§

struct u39(/* private fields */);