Type Alias revm::primitives::alloy_primitives::aliases::I16

source ·
pub type I16 = Signed<16, 1>;
Expand description

16-bit signed integer type, consisting of 1, 64-bit limbs.

Aliased Type§

struct I16(/* private fields */);