Type Alias aint::u40

source ·
pub type u40 = Aint<u64, 40>;
Expand description

A 40-bit unsigned integer

Aliased Type§

struct u40(/* private fields */);