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