MCPcopy Create free account
hub / github.com/d3/d3-array / set

Function set

src/intersection.js:17–19  ·  view source on GitHub ↗
(values)

Source from the content-addressed store, hash-verified

15}
16
17function set(values) {
18 return values instanceof InternSet ? values : new InternSet(values);
19}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected