pop_three

Function pop_three 

Source
pub unsafe fn pop_three(
    stack: Stack,
    _op_name: &str,
) -> (Stack, Value, Value, Value)
Expand description

Pop three values from the stack (for ternary operations)

ยงSafety

Stack must have at least three values.