Skip to main content
Module

x/rambda/files/index.d.ts>dropRepeatsWith

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

Parameters

predicate: (x: T, y: T) => boolean
list: T[]

Parameters

predicate: (x: T, y: T) => boolean

Returns

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