Join Slack
Communities
Powered by
Reposting from thread, you can destructure the abo...
# announcements
a
adam-mcneilly
08/31/2018, 4:24 PM
Reposting from thread, you can destructure the above that Karel just mentioned:
Copy code
fun foo(): Pair<Int, Int> { } val (x, y) = foo()
Open in Slack
Previous
Next