pub fn iter_ops<'a>() -> impl Iterator<Item = (&'a str, u8)>
Iterates over opcode (names, value) tuples, with names in CamelCase
(names, value)
CamelCase
This is a helper function for defining constants in a VM interpreter