Callback signature for arrFrom mapFn that is called for every element of array. Each time mapFn executes, the returned value is added to newArray.
Identifies the type of the array elements
Identifies the type of the elements returned by the map function, defaults to T.
The current element being processed in the array.
Optional
The index of the current element being processed in the array.
0.9.7
Callback signature for arrFrom mapFn that is called for every element of array. Each time mapFn executes, the returned value is added to newArray.