What `.iter().map()` does than simple loop don't?

Iterators are not more and not less than loops, and you should choose between them based on good taste instead of dogmatic rules.

5 Likes