array/zip_with library

Functions

zipWith<R>(List<List> arrays, R iteratee(List)) List<R>
Combines elements from multiple lists using a provided iteratee function. This function is similar to zip but accepts an iteratee to specify how grouped values should be combined. The iteratee is invoked with the elements of each group: (...group).