Type Alias aint::u3

source ·
pub type u3 = Aint<u8, 3>;
Expand description

A 3-bit unsigned integer

Aliased Type§

struct u3(/* private fields */);