Skip to main content

pop_three

Function pop_three 

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

Pop three values from the stack.

ยงSafety

Stack must have at least three values.