are there any plans around nested destructuring? e...
# announcements
k
are there any plans around nested destructuring? eg
val (a, (b, c)) = foo
, if `foo`'s
component2
is a
Pair
? I see it mentioned in this KEEP https://github.com/Kotlin/KEEP/blob/master/proposals/destructuring-in-parameters.md But I don't think anyone has answered around this yet