alloy_primitives::aliases

Type Alias I200

Source
pub type I200 = Signed<200, 4>;
Expand description

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

Aliased Typeยง

struct I200(/* private fields */);