Type Alias alloy_primitives::aliases::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 */);