Type Alias aint::u19

source ·
pub type u19 = Aint<u32, 19>;
Expand description

A 19-bit unsigned integer

Aliased Type§

struct u19(/* private fields */);