rot

Function rot 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn rot( stack: *mut StackValue, ) -> *mut StackValue
Expand description

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

§Safety

Stack must have at least three values.