type of the item
type of the projected result
the iterable
the projection
Maps over an iterable using a projection.
The projection must be a pure function, otherwise iterating in reverse will not yield the same items as iterating forwards.
When called with this overload, the index is not available.
type of the item
type of the projected result
the iterable
the projection
Maps over an iterable using a projection.
type of the item
type of the projected result
the iterable
the projection
Maps over an iterable using a projection.
The projection must be a pure function, otherwise iterating in reverse will not yield the same items as iterating forwards.