patch_seq_over

Function patch_seq_over 

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

Copy the second value to the top: ( a b – a b a )

§Safety

Stack must have at least two values