Type Alias aint::u56

source ·
pub type u56 = Aint<u64, 56>;
Expand description

A 56-bit unsigned integer

Aliased Type§

struct u56(/* private fields */);