Type Alias alloy_primitives::aliases::U200

source ·
pub type U200 = Uint<200, 4>;
Expand description

200-bit unsigned integer type, consisting of 4, 64-bit limbs.

Aliased Type§

struct U200 { /* private fields */ }