Join Slack
Powered by
list destructures into its elements, so `val (a, b...
# announcements
c
cypher121
06/18/2016, 4:00 PM
list destructures into its elements, so
val (a, b) = listOf(1, 2, 3)
gets you a = 1 and b = 2
Open in Slack
Previous
Next