Type Alias revm_interpreter::opcode::BoxedInstructionTable

source ยท
pub type BoxedInstructionTable<'a, H> = [BoxedInstruction<'a, H>; 256];
Expand description

A table of boxed instructions.