alloy_primitives::aliases

Type Alias I192

Source
pub type I192 = Signed<192, 3>;
Expand description

192-bit signed integer type, consisting of 3, 64-bit limbs.

Aliased Typeยง

struct I192(/* private fields */);