op_2drop

Function op_2drop 

Source
pub fn op_2drop(stack: &mut Stack) -> bool
Expand description

OP_2DROP: Removes the top two items from the stack

Example: OP_2DROP([x1, x2]) -> []

ยงArguments

  • stack - mutable reference to the stack