Function revm_interpreter::opcode::instruction
source ยท pub const fn instruction<H: Host + ?Sized, SPEC: Spec>(
opcode: u8,
) -> Instruction<H>Expand description
Returns the instruction function for the given opcode and spec.