Lodash.zipObject

This method is like _.fromPairs except that it accepts two arrays, one of property identifiers and one of corresponding values.

struct Lodash
nothrow @trusted @safe ref
zipObject
(
T
)
(
auto ref T values
)

Return Value

Type: auto ref

- Lodash chained on (Object): the new object.

Meta