Type Alias aint::u45

source ·
pub type u45 = Aint<u64, 45>;
Expand description

A 45-bit unsigned integer

Aliased Type§

struct u45(/* private fields */);