Because `mapIt` isn't an iterator transformer/adapter, it acts on elements of 
the iteration in a consuming way (returns a sequence). You can't `fold` if your 
iterator is already consumed. So almost any code where the used sequtils 
templates aren't meant to be final is worse than manual looping.

Reply via email to