Function pop

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

Implements the POP instruction.

Removes the top item from the stack.