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