lodash.zip

GPTKB entity

Statements (13)
Predicate Object
gptkbp:instanceOf JavaScript function
gptkbp:availableOn gptkb:Lodash_npm_package
gptkbp:category Array manipulation
gptkbp:describes 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.
gptkbp:example _.zip(['a', 'b'], [1, 2], [true, false]) // [['a', 1, true], ['b', 2, false]]
https://www.w3.org/2000/01/rdf-schema#label lodash.zip
gptkbp:introducedIn 2.4.0
gptkbp:language gptkb:JavaScript
gptkbp:partOf gptkb:Lodash
gptkbp:provides gptkb:Lodash_library
gptkbp:relatedTo gptkb:lodash.unzip
gptkbp:bfsParent gptkb:Lodash
gptkbp:bfsLayer 5