Any chance we can get nested destructive declarati...
# stdlib
h
Any chance we can get nested destructive declarations in Kotlin?
val (a,(b,c)) = 1 to (2 to 3))
?
🤔 1
w
Maybe, #language-proposals
1
e
That. And don’t forget to add a better motivating use-case of where that is going to be helpful.
1
g
Maybe make sense to comment there
👍 3
h
Nice, thanks.