dup

Function dup 

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

Duplicate the top value on the stack: ( a – a a )

§Safety

Stack must have at least one value.