Type Alias aint::u72

source ·
pub type u72 = Aint<u128, 72>;
Expand description

A 72-bit unsigned integer

Aliased Type§

struct u72(/* private fields */);