Type Alias aint::u44

source ·
pub type u44 = Aint<u64, 44>;
Expand description

A 44-bit unsigned integer

Aliased Type§

struct u44(/* private fields */);