notice that the lambda parameter of `forEach` expe...
# eap
k
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