seq-uniq
seq-uniq is a compiled Lisp function in `seq.el
'.
(seq-uniq SEQ &optional TESTFN)
Return a list of the elements of SEQ with duplicates removed.
TESTFN is used to compare elements, or `equal' if TESTFN is nil.
seq.el
'.
(seq-uniq SEQ &optional TESTFN)
Return a list of the elements of SEQ with duplicates removed.
TESTFN is used to compare elements, or `equal' if TESTFN is nil.