Skip to main content

clone_stack_with_base

Function clone_stack_with_base 

Source
pub unsafe fn clone_stack_with_base(sp: Stack) -> (Stack, Stack)
Expand description

ยงSafety

Current stack must have a valid base set and sp must point within the stack.