We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
vector-diff returns a vector of differences of vector elements
Example 1: Calculate the differences of a vector
> (vector-diff (vector 1 2 4 8 10 11)) #(1 2 4 2 1)