Histogram
Generated from the engine's own definition: compute-engine's symbol, which we neither extend nor document by hand. No examples yet — the crosswalk is the reason it has a page.
Compute a histogram of the values in a collection. Returns a list of (bin start, count) tuples.
Histogram(collection<any>, list<number> | number) -> list<tuple<number, integer>>as compute-engine declares it