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