patch_seq_swap

Function patch_seq_swap 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn patch_seq_swap(stack: Stack) -> Stack
Expand description

Swap the top two values: ( a b – b a )

§Safety

Stack must have at least two values