Skip to main content
Module

x/rambda/mod.ts>dropRepeats

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

It removes any successive duplicates according to R.equals.

Parameters

list: T[]