I agree. for_each is like a fallback when you want to iterate over a range but nothing else comes to mind.I prefer for_each or transform. (transform over for_each, actually, as it's more explicit in what it does.)
It can be destructive too, if the output range is the input range.transform being the non-destructive version.



LinkBack URL
About LinkBacks




CornedBee