Type Alias aint::u36

source ·
pub type u36 = Aint<u64, 36>;
Expand description

A 36-bit unsigned integer

Aliased Type§

struct u36(/* private fields */);