import { dropRepeats } from "https://deno.land/x/rambda@9.4.1/index.d.ts";
It removes any successive duplicates according to R.equals
.
Parameters
list: T[]
import { dropRepeats } from "https://deno.land/x/rambda@9.4.1/index.d.ts";
It removes any successive duplicates according to R.equals
.