What's the name for the left-hand notation in this...
# announcements
j
What's the name for the left-hand notation in this example?
val (first, second, third) = "first,second,third".split(",")
?
j
thank you!