Type Alias aint::u63

source ·
pub type u63 = Aint<u64, 63>;
Expand description

A 63-bit unsigned integer

Aliased Type§

struct u63(/* private fields */);