Type Alias revm_interpreter::instructions::opcode::BoxedInstructionTable
source · pub type BoxedInstructionTable<'a, H> = [BoxedInstruction<'a, H>; 256];Expand description
A table of instructions.
pub type BoxedInstructionTable<'a, H> = [BoxedInstruction<'a, H>; 256];A table of instructions.