patch_seq_rot

Function patch_seq_rot 

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

Rotate the top three values: ( a b c – b c a )

§Safety

Stack must have at least three values