Type Alias aint::u57

source ·
pub type u57 = Aint<u64, 57>;
Expand description

A 57-bit unsigned integer

Aliased Type§

struct u57(/* private fields */);