<@U3E25GSEP|robin> uploaded a file: <Totally overk...
# getting-started
r
@User uploaded a file: Totally overkill version for arbitrary numbers of Closeables. and commented: Call like this:
Copy code
listOf(c1, c2, c3, c4).use {
    println("Using")
}