Skip to main content
Module

x/fae/dropRepeatsWith.ts>dropRepeatsWith

A functional module for Deno inspired from Ramda.
Latest
variable dropRepeatsWith
import { dropRepeatsWith } from "https://deno.land/x/fae@v1.1.1/dropRepeatsWith.ts";

Returns a new list without consecutively repeating elements. Equality is decided by predicate

Acts as a transducer if a transformer is given in list position.

type

DropRepeatsWith