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

Function box

test/greatest-test.js:57–59  ·  view source on GitHub ↗
(value, index)

Source from the content-addressed store, hash-verified

55});
56
57function box(value, index) {
58 return {value, index};
59}
60
61function ascendingValue(a, b) {
62 return a.value - b.value;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected