Type Alias aint::u55

source ·
pub type u55 = Aint<u64, 55>;
Expand description

A 55-bit unsigned integer

Aliased Type§

struct u55(/* private fields */);