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