Type Alias aint::u5

source ·
pub type u5 = Aint<u8, 5>;
Expand description

A 5-bit unsigned integer

Aliased Type§

struct u5(/* private fields */);