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

Class IndexedCollection

src/Collection.js:21–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21export class IndexedCollection extends Collection {
22 constructor(value) {
23 // eslint-disable-next-line no-constructor-return
24 return isIndexed(value) ? value : IndexedSeq(value);
25 }
26}
27
28export class SetCollection extends Collection {
29 constructor(value) {

Callers 3

pushAllMethod · 0.90
constructorMethod · 0.90
concatMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected