swap

Function swap 

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

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

§Safety

Stack must have at least two values.