From a9ac8b11f8ba1193a08d166695d151b595423a00 Mon Sep 17 00:00:00 2001
From: Jeremy Ashkenas Array Functions
Merges together the values of each of the arrays with the
values at the corresponding position. Useful when you have separate
data sources that are coordinated through matching array indexes.
+ If you're working with a matrix of nested arrays, zip.apply
+ can transpose the matrix in a similar fashion.
_.zip(['moe', 'larry', 'curly'], [30, 40, 50], [true, false, false]);