Join Slack
Powered by
notice that the lambda parameter of `forEach` expe...
# eap
k
kirillrakhman
10/12/2016, 3:21 PM
notice that the lambda parameter of
forEach
expects a single parameter of type
Pair<Int, Int>
but using the syntax
(a, b)
, the parameter is immediately destructered
Open in Slack
Previous
Next