Join Slack
Powered by
Is there an `appendLines` in `buildString` or the ...
# stdlib
j
Javier
03/03/2022, 2:37 PM
Is there an
appendLines
in
buildString
or the only way is something like
list.forEach(::appendLine)
?
z
Zach Klippenstein (he/him) [MOD]
03/08/2022, 1:19 AM
I think you could use the
joinTo
method?
Open in Slack
Previous
Next