Function instruction_table

pub const fn instruction_table<WIRE, H>() -> [for<'a> fn(_: &'a mut Interpreter<WIRE>, _: &'a mut H); 256]
where WIRE: InterpreterTypes, H: Host + ?Sized,
Expand description

Returns the instruction table for the given spec.