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

Function flip

src/CollectionImpl.js:512–514  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

510 // ### More sequential methods
511
512 flip() {
513 return reify(this, flipFactory(this));
514 },
515
516 mapEntries(mapper, context) {
517 let iterations = 0;

Callers

nothing calls this directly

Calls 2

reifyFunction · 0.90
flipFactoryFunction · 0.90

Tested by

no test coverage detected