Type Alias aint::u33

source ·
pub type u33 = Aint<u64, 33>;
Expand description

A 33-bit unsigned integer

Aliased Type§

struct u33(/* private fields */);