Lodash.zip

Creates an array of grouped elements, the first of which contains the first elements of the given arrays, the second of which contains the second elements of the given arrays, and so on.

struct Lodash
nothrow @trusted @safe ref
zip
(
ARGS...
)
(
auto ref ARGS arrays
)

Return Value

Type: auto ref

- Lodash chained on (Array): the new array of grouped elements.

Meta