Type Alias BoxedInstructionTable

Source
pub type BoxedInstructionTable<'a, H> = [Box<dyn Fn(&mut Interpreter, &mut H) + 'a>; 256];
Expand description

A table of boxed instructions.