Type Alias alloy_primitives::aliases::U80

source ·
pub type U80 = Uint<80, 2>;
Expand description

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

Aliased Type§

struct U80 { /* private fields */ }