Skip to main content
Module

x/rambda/index.d.ts>dropRepeats

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

It removes any successive duplicates according to R.equals.

Parameters

list: T[]