Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/immutable-js/immutable-js
/ fromKeys
Method
fromKeys
src/Set.js:33–35 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
31
}
32
33
static fromKeys(value) {
34
return
this(KeyedCollection(value).keySeq());
35
}
36
37
static intersect(sets) {
38
sets = Collection(sets).toArray();
Callers
4
immutable-flow.js
File · 0.45
set.ts
File · 0.45
ordered-set.ts
File · 0.45
Set.ts
File · 0.45
Calls
2
KeyedCollection
Class · 0.90
keySeq
Method · 0.80
Tested by
no test coverage detected