Yeah, I was more wondering if it was for String co...
# getting-started
b
Yeah, I was more wondering if it was for String concatenation or something similar as there are builtin methods that handle those cases (e.g.
items.joinToString()
)