Is there an `appendLines` in `buildString` or the ...
# stdlib
j
Is there an
appendLines
in
buildString
or the only way is something like
list.forEach(::appendLine)
?
z
I think you could use the
joinTo
method?