MCPcopy
hub / github.com/immutable-js/immutable-js / zipWith

Function zipWith

src/CollectionImpl.js:670–674  ·  view source on GitHub ↗
(zipper /*, ...collections */)

Source from the content-addressed store, hash-verified

668 },
669
670 zipWith(zipper /*, ...collections */) {
671 const collections = arrCopy(arguments);
672 collections[0] = this;
673 return reify(this, zipWithFactory(this, zipper, collections));
674 },
675});
676
677const IndexedCollectionPrototype = IndexedCollection.prototype;

Callers

nothing calls this directly

Calls 3

reifyFunction · 0.90
zipWithFactoryFunction · 0.90
arrCopyFunction · 0.85

Tested by

no test coverage detected