We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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)