pub fn pop<WIRE: InterpreterTypes, H: ?Sized>(
context: InstructionContext<'_, H, WIRE>,
)
Expand description
Implements the POP instruction.
Removes the top item from the stack.
pub fn pop<WIRE: InterpreterTypes, H: ?Sized>(
context: InstructionContext<'_, H, WIRE>,
)
Implements the POP instruction.
Removes the top item from the stack.