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

Function box

test/quantile-test.js:129–131  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

127});
128
129function box(value) {
130 return {value: value};
131}
132
133function unbox(box) {
134 return box.value;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected