patch_seq_string_concat

Function patch_seq_string_concat 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn patch_seq_string_concat( stack: Stack, ) -> Stack
Expand description

Concatenate two strings

Stack effect: ( str1 str2 – result )

§Safety

Stack must have two String values on top