Join Slack
Communities
Powered by
Can I destructure a list within the lambda when us...
# getting-started
h
holgerbrandl
11/16/2017, 12:50 PM
Can I destructure a list within the lambda when using
with
? It does not seem to work:
with(listOf(1,2)){ (x, y) -> x + y}
Open in Slack
Previous
Next