Are there somehow nested destructuring? Like so: `...
# getting-started
m
Are there somehow nested destructuring? Like so:
Copy code
val foo = Pair("bar",Pair(42,666))
val (someBar,(meaning,theBeast)) = foo