-
Notifications
You must be signed in to change notification settings - Fork 1
difference
Subhajit Sahu edited this page Feb 3, 2021
·
28 revisions
Obtain values not present in another iterable.
Similar: union, intersection, difference, symmetricDifference.
function difference(x, y, fc, fm)
// x: an iterable
// y: another iterable
// fc: compare function (a, b)
// fm: map function (v, i, x)