Type Alias aint::u6

source ·
pub type u6 = Aint<u8, 6>;
Expand description

A 6-bit unsigned integer

Aliased Type§

struct u6(/* private fields */);