patch_seq_dup

Function patch_seq_dup 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn patch_seq_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.