Function pop
pub fn pop<WIRE, H>(context: InstructionContext<'_, H, WIRE>)where
WIRE: InterpreterTypes,
H: ?Sized,
Available on crate feature
evm
only.Expand description
Implements the POP instruction.
Removes the top item from the stack.