Skip to main content

swap

Function swap 

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

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

§Safety

Stack must have at least two values.