Skip to main content
Module

x/rambda/rambda.js>uniq

Faster and smaller alternative to Ramda
Latest
function uniq
import { uniq } from "https://deno.land/x/rambda@v9.2.0/rambda.js";

It returns a new array containing only one copy of each element of list.

R.equals is used to determine equality.

Parameters

list: T[]