Join Slack
Powered by
<https://twitter.com/kotlin/status/130154304641739...
# announcements
u
user
09/03/2020, 3:30 PM
https://twitter.com/kotlin/status/1301543046417391618
Concatenating a lot of strings and keeping an eye on performance? For cases like this one, Kotlin provides buildString and its corresponding convenience functions, which make it simple to work with StringBuilders.
https://t.co/uGYe96PWzs
https://t.co/HdpqbS5XLr
Twitter
n
nanodeath
09/03/2020, 3:31 PM
I never really got
buildString
-- it's basically
StringBuilder().apply{}.toString()
, right?
t
Tobias Berger
09/03/2020, 3:47 PM
that's exactly what it does
3
Views
Open in Slack
Previous
Next