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

Function pair

src/pairs.js:13–15  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

11}
12
13export function pair(a, b) {
14 return [a, b];
15}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…