patch_seq_tuck

Function patch_seq_tuck 

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

Copy top value below second value: ( a b – b a b )

§Safety

Stack must have at least two values