Callback signature for arrFlatMap. Each invocation may return either a single value or an array of values to be flattened into the result by one level.
Identifies the type of the array elements
Identifies the type of the flattened output values, defaults to T.
The current element being processed in the array.
Optional
The index of the current element being processed in the array.
The array-like object that the flatMap function was called on.
flatMap
0.14.0
Callback signature for arrFlatMap. Each invocation may return either a single value or an array of values to be flattened into the result by one level.