Type Alias aint::u35

source ·
pub type u35 = Aint<u64, 35>;
Expand description

A 35-bit unsigned integer

Aliased Type§

struct u35(/* private fields */);