pub unsafe fn pop_three(
stack: *mut StackValue,
_op_name: &str,
) -> (*mut StackValue, Value, Value, Value)Expand description
Pop three values from the stack (for ternary operations)
ยงSafety
Stack must have at least three values.
pub unsafe fn pop_three(
stack: *mut StackValue,
_op_name: &str,
) -> (*mut StackValue, Value, Value, Value)Pop three values from the stack (for ternary operations)
Stack must have at least three values.