Skip to content

symmetricDifference

Subhajit Sahu edited this page Feb 3, 2021 · 10 revisions

Obtain values not present in both iterables.

Similar: union, intersection, difference, symmetricDifference.


function symmetricDifference(x, y, fc, fm)
// x:  an iterable
// y:  another iterable
// fc: compare function (a, b)
// fm: map function (v, i, x)


References

Clone this wiki locally