Type Alias aint::u31

source ·
pub type u31 = Aint<u32, 31>;
Expand description

A 31-bit unsigned integer

Aliased Type§

struct u31(/* private fields */);