pub fn extended<T: BytecodeStream>(
pc: &mut T,
) -> Result<(ExtendedOpcode,), T::Error>
Expand description
Decode an extended opcode from pc
to match the payload of the
“extended” opcode.
pub fn extended<T: BytecodeStream>(
pc: &mut T,
) -> Result<(ExtendedOpcode,), T::Error>
Decode an extended opcode from pc
to match the payload of the
“extended” opcode.