Join Slack
Communities
Powered by
Are there somehow nested destructuring? Like so: `...
# getting-started
m
mathiasbn
02/23/2017, 10:35 AM
Are there somehow nested destructuring? Like so:
Copy code
val foo = Pair("bar",Pair(42,666)) val (someBar,(meaning,theBeast)) = foo
Open in Slack
Previous
Next