Function stack_io
pub const fn stack_io(op: OpCodeInfo, inputs: u8, outputs: u8) -> OpCodeInfo
Available on crate feature
evm
only.Expand description
Use for OPCODE_INFO
to sets the number of stack inputs and outputs in the OpCodeInfo
.