Creates a new sequence populated with the results of calling a provided function on every element in the source sequence
P0 deferred version of _map
of map
A new sequence with each element being the result of the selector function.
Rest
Generated using TypeDoc
Creates a new sequence populated with the results of calling a provided function on every element in the source sequence
Remarks
P0 deferred version of _map
Alias
of map
Returns
A new sequence with each element being the result of the selector function.