F _concat(strings: string[]): *
Concatenate an Array of strings.
F concat(strings: Iterable<string>): *
Concatenate an Iterable of strings.