I wonder if we can also get something like javascr...
# announcements
h
I wonder if we can also get something like javascript's "everything else" usage of the spread operator, e.g.
Copy code
val (id, *contents) = line.split(",").map { it.trim() }
2