Skip to main content

pop

Function pop 

pub fn pop<IT, H>(
    context: InstructionContext<'_, H, IT>,
) -> Result<(), InstructionResult>
where IT: InterpreterTypes, H: ?Sized,
Expand description

Implements the POP instruction.

Removes the top item from the stack.