Type Alias aint::u4

source ·
pub type u4 = Aint<u8, 4>;
Expand description

A 4-bit unsigned integer

Aliased Type§

struct u4(/* private fields */);