MCPcopy Create free account
hub / github.com/breck7/scroll / group

Function group

external/.d3.js:476–478  ·  view source on GitHub ↗
(values, ...keys)

Source from the content-addressed store, hash-verified

474}
475
476function group(values, ...keys) {
477 return nest(values, identity$9, identity$9, keys);
478}
479
480function groups(values, ...keys) {
481 return nest(values, Array.from, identity$9, keys);

Callers 2

groupSortFunction · 0.85
formatFunction · 0.85

Calls 1

nestFunction · 0.85

Tested by

no test coverage detected