is it possible to destructure a collection with mo...
# announcements
m
is it possible to destructure a collection with more than 5 components? e.g.
val (1, 2, 3, 4, 5, 6) = listOfValues