Type Alias aint::u65

source ·
pub type u65 = Aint<u128, 65>;
Expand description

A 65-bit unsigned integer

Aliased Type§

struct u65(/* private fields */);