Lodash.unzip

This method is like _.zip except that it accepts an array of grouped elements and creates an array regrouping the elements to their pre-zip configuration.

struct Lodash
nothrow @trusted @safe ref
unzip
()
()

Return Value

Type: auto ref

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

Meta