unzipWith (Functional Programming) es-toolkit
Creates a function that regroups zipped arrays and combines each position. Use it with pipe.
Info
Usage
unzipWith collects values at the same position from grouped rows, calls iteratee with those values, and returns the results.
Parameters
iteratee(...args: T[]) => Rrequired
The function that combines values from the same position.
Returns
A function that maps zipped rows to combined values by position.
Source: es-toolkit
Re-exported verbatim from es-toolkit. Implementation, edge cases, and performance behavior are owned upstream. This page mirrors the documentation at the pinned version; the linked source is authoritative.