The arrays to process.
The function to combine grouped values.
Returns the new array of grouped elements.
_.zipWith
_.zipWith
_.zipWith
_.zipWith
_.zipWith
Rest
...iteratee: (undefined | null | ((...group) => TResult) | List<T>)[]Generated using TypeDoc
This method is like _.zip except that it accepts an iteratee to specify how grouped values should be combined. The iteratee is invoked with four arguments: (accumulator, value, index, group).