This method is like _.uniq except that it's designed and optimized for sorted arrays.
- Lodash chained on (Array): the new duplicate free array.
See Implementation
This method is like _.uniq except that it's designed and optimized for sorted arrays.