Type Alias aint::u29

source ·
pub type u29 = Aint<u32, 29>;
Expand description

A 29-bit unsigned integer

Aliased Type§

struct u29(/* private fields */);