MCPcopy Index your code
hub / github.com/immutable-js/immutable-js / fromKeys

Method fromKeys

src/OrderedSet.js:29–31  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

27 }
28
29 static fromKeys(value) {
30 return this(KeyedCollection(value).keySeq());
31 }
32
33 toString() {
34 return this.__toString('OrderedSet {', '}');

Callers

nothing calls this directly

Calls 2

KeyedCollectionClass · 0.90
keySeqMethod · 0.80

Tested by

no test coverage detected