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.
list-diff returns a list of differences of list elements
Example 1: Calculate the differences of a list
> (list-diff (list 1 2 4 8 10 11)) (1 2 4 2 1)
Sorry, there was an error rendering this page.