Type Alias aint::u41

source ·
pub type u41 = Aint<u64, 41>;
Expand description

A 41-bit unsigned integer

Aliased Type§

struct u41(/* private fields */);