Join Slack
Communities
Powered by
is there a difference between `foo.forEach { it + ...
# getting-started
h
Hullaballoonatic
09/16/2018, 6:26 PM
is there a difference between
foo.forEach { it + bar }
and
foo.map { it + bar }
and what is that difference?
2
Views
Open in Slack
Previous
Next