Join Slack
Powered by
`listOf(1 to 2).forEach { (a, b) -> /* do somet...
# eap
k
kirillrakhman
10/12/2016, 3:20 PM
listOf(1 to 2).forEach { (a, b) -> /* do something with a and b */ }
Open in Slack
Previous
Next