Skip to content
Subhajit Sahu edited this page Feb 3, 2021 · 29 revisions

Obtain values present in any iterable.

Similar: union, intersection, difference, symmetricDifference.


function union(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