how do I properly implement `.toSentence()` ? the ...
# announcements
l
how do I properly implement
.toSentence()
? the difficult part is not having leading or trailing whitespaces
z
words.joinToString(separator = " ")
👍 3
l
wow there really is a function for everything in the standard library. thanks