Type Alias aint::u26

source ·
pub type u26 = Aint<u32, 26>;
Expand description

A 26-bit unsigned integer

Aliased Type§

struct u26(/* private fields */);