Function: -uniq
-uniq is a function alias for -distinct, defined in dash.el.
Signature
(-uniq LIST)
Documentation
Return a copy of LIST with all duplicate elements removed.
The test for equality is done with equal, or with -compare-fn
if that is non-nil.
Alias: -uniq.