Differences
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.
Return the successive differences of a collection: a collection whose k-th element is `x(k+1) − xk`, of length one less than the input.
Differences(collection<any>) -> indexed_collectionas compute-engine declares it