Type Alias revm::interpreter::primitives::alloy_primitives::aliases::I0

source ·
pub type I0 = Signed<0, 0>;
Expand description

The 0-bit signed integer type, capable of representing 0.

Aliased Type§

struct I0(/* private fields */);