iter_ops

Function iter_ops 

Source
pub fn iter_ops<'a>() -> impl Iterator<Item = (&'a str, u8)>
Expand description

Iterates over opcode (names, value) tuples, with names in CamelCase

This is a helper function for defining constants in a VM interpreter