Hello, World! Isn't there an equivalent of `forEa...
# announcements
b
Hello, World! Isn't there an equivalent of
forEach
on collections but with a lambda with the element as a receiver (instead of
it
)?
j
You probably want #stdlib, but no there isn't. I occasionally write an
.applyEach
for that.
❤️ 1
b
ok, thanks a lot 👍