Lodash.sortedUniqBy

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

struct Lodash
nothrow @trusted @safe ref
sortedUniqBy
(
T
)
(
auto ref T iteratee
)

Return Value

Type: auto ref

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

Meta