Type Alias aint::u46

source ·
pub type u46 = Aint<u64, 46>;
Expand description

A 46-bit unsigned integer

Aliased Type§

struct u46(/* private fields */);