MCPcopy
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.jsFile · 0.45
list.tsFile · 0.45
stack.tsFile · 0.45
set.tsFile · 0.45
ordered-set.tsFile · 0.45
EditorFunction · 0.45
Conversion.tsFile · 0.45
MultiRequire.jsFile · 0.45
List.tsFile · 0.45
isOkV1Function · 0.45
ListJS.jsFile · 0.45
Stack.tsFile · 0.45

Calls

no outgoing calls

Tested by 1

isOkV1Function · 0.36