Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/immutable-js/immutable-js
/ of
Method
of
src/Set.js:29–31 ·
view source on GitHub ↗
(/*...values*/)
Source
from the content-addressed store, hash-verified
27
}
28
29
static of(/*...values*/) {
30
return
this(arguments);
31
}
32
33
static fromKeys(value) {
34
return
this(KeyedCollection(value).keySeq());
Callers
15
immutable-flow.js
File · 0.45
list.ts
File · 0.45
stack.ts
File · 0.45
set.ts
File · 0.45
ordered-set.ts
File · 0.45
Editor
Function · 0.45
Conversion.ts
File · 0.45
MultiRequire.js
File · 0.45
List.ts
File · 0.45
isOkV1
Function · 0.45
ListJS.js
File · 0.45
Stack.ts
File · 0.45
Calls
no outgoing calls
Tested by
1
isOkV1
Function · 0.36