Lodash.sortedUniq

This method is like _.uniq except that it's designed and optimized for sorted arrays.

struct Lodash
nothrow @trusted @safe ref
sortedUniq
()
()

Return Value

Type: auto ref

- Lodash chained on (Array): the new duplicate free array.

Meta