AssemblyScript/universal-strings

string.concat

MaxGraey opened this issue · 3 comments

string.concat $e : [stringref, stringref] -> [stringref]

Is there any reason not to implement this method?

I guess we'll also need other very basic instructions like concat, yeah.

btw concat is unicode-independent operation.

Added a note that string.concat and others may also be desirable :)