Type Alias alloy_primitives::aliases::U104

source ·
pub type U104 = Uint<104, 2>;
Expand description

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

Aliased Type§

struct U104 { /* private fields */ }