Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/rambda/rambda.js>dropRepeats

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

It removes any successive duplicates according to R.equals.

Parameters

list: T[]