Type Alias aint::u50

source ·
pub type u50 = Aint<u64, 50>;
Expand description

A 50-bit unsigned integer

Aliased Type§

struct u50(/* private fields */);