alloy_primitives::aliases

Type Alias I208

Source
pub type I208 = Signed<208, 4>;
Expand description

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

Aliased Typeยง

struct I208(/* private fields */);