Skip to main content
Module

x/rambda/immutable.d.ts>uniq

Faster and smaller alternative to Ramda
Go to Latest
function uniq
import { uniq } from "https://deno.land/x/rambda@v7.0.1/immutable.d.ts";

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

R.equals is used to determine equality.

Parameters

list: readonly T[]

Returns

readonly T[]