Skip to main content

pop_sv

Function pop_sv 

Source
pub unsafe fn pop_sv(stack: *mut u64) -> (*mut u64, u64)
Expand description

Pop a StackValue directly from the stack.

ยงSafety

Stack must have at least one value.