Skip to content
Litichevskiy Dmitriy edited this page Jan 26, 2019 · 1 revision

manipula.except(second, [comparer])

Method returns differences between current and given iterables.

Kind: instance method of Manipula

Param Type Default Description
second Iterable<any> An iterable whose elements that also occur in the first iterable will cause those elements to be removed from the returned iterable.
[comparer] EqualityComparer DefaultEqualityComparer An EqualityComparer to compare elements.
Clone this wiki locally