pub unsafe fn pop_sv(stack: *mut StackValue) -> (*mut StackValue, StackValue)Expand description
Pop a StackValue directly from the stack
ยงSafety
Stack must not be at base and must have at least one value.
pub unsafe fn pop_sv(stack: *mut StackValue) -> (*mut StackValue, StackValue)Pop a StackValue directly from the stack
Stack must not be at base and must have at least one value.