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

Remove duplicate values.

Alterantives: unique, isUnique.


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


References

Clone this wiki locally