pub fn read_opcode_safe(bytes: &[u8; 3]) -> OpCode
Expand description

A parser which takes a slice of 3 bytes and cannot fail.