Type Alias aint::u48

source ·
pub type u48 = Aint<u64, 48>;
Expand description

A 48-bit unsigned integer

Aliased Type§

struct u48(/* private fields */);