Join Slack
Powered by
What's the name for the left-hand notation in this...
# announcements
j
JoshK
07/05/2019, 7:27 PM
What's the name for the left-hand notation in this example?
val (first, second, third) = "first,second,third".split(",")
?
j
jw
07/05/2019, 7:28 PM
destructuring:
https://kotlinlang.org/docs/reference/multi-declarations.html
j
JoshK
07/05/2019, 7:29 PM
thank you!
2
Views
Open in Slack
Previous
Next