Function pop

Source
pub fn pop<WIRE, H>(context: InstructionContext<'_, H, WIRE>)
where WIRE: InterpreterTypes, H: ?Sized,
Expand description

Implements the POP instruction.

Removes the top item from the stack.