Why not just use `range.filter { condition }.forEa...
# language-proposals
r
Why not just use
range.filter { condition }.forEach { /// }
?