Skip to main content

tuck

Function tuck 

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

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

§Safety

Stack must have at least two values.