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

Function box

test/median-test.js:111–113  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

109
110
111function box(value) {
112 return {value: value};
113}
114
115function unbox(box) {
116 return box.value;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected