Join Slack
Communities
Powered by
what about recursively destructuration? ``` fun...
# language-proposals
e
elect
05/05/2017, 9:53 AM
what about recursively destructuration?
Copy code
fun a() = Pair(0 to 1, 2 to 3) fun b() { val ((a, b), (c, d)) = a() }
k
kirillrakhman
05/05/2017, 9:53 AM
there's an issue for that
kirillrakhman
05/05/2017, 9:54 AM
https://youtrack.jetbrains.com/issue/KT-13516
e
elect
05/05/2017, 10:14 AM
thanks kirill
6
Views
Open in Slack
Previous
Next