Type Alias alloy_primitives::aliases::U88

source ·
pub type U88 = Uint<88, 2>;
Expand description

88-bit unsigned integer type, consisting of 2, 64-bit limbs.

Aliased Type§

struct U88 { /* private fields */ }