Type Alias aint::u18

source ·
pub type u18 = Aint<u32, 18>;
Expand description

A 18-bit unsigned integer

Aliased Type§

struct u18(/* private fields */);