Function pop
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.
pub fn pop<WIRE, H>(context: InstructionContext<'_, H, WIRE>)where
WIRE: InterpreterTypes,
H: ?Sized,
Implements the POP instruction.
Removes the top item from the stack.