Concatenates a series of strings.
a series of string symbols or literals to be concatenated
optional buffer, implicitly allocated
A TempBuffer!char containing the concatenated string. It is kept alive for as long as it is in scope.
See Implementation
Concatenates a series of strings.