Type Alias revm::primitives::alloy_primitives::aliases::I1

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

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

Aliased Type§

struct I1(/* private fields */);