Skip to main content
Module

x/rambda/immutable.d.ts>dropRepeatsBy

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

Parameters

fn: (a: T) => U
list: readonly T[]

Returns

readonly T[]

Parameters

fn: (a: T) => U

Returns

(list: readonly T[]) => readonly T[]

Parameters

fn: any

Returns

<T>(list: readonly T[]) => readonly T[]