tuck

Function tuck 

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

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

§Safety

Stack must have at least two values.