Latest
function default
import { default } from "https://dotland.deno.dev/x/lodash_es@v0.0.2/src/sortedUniq.js";

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

Examples

_.sortedUniq([1, 1, 2]); // => [1, 2]

Parameters

array

The array to inspect.