Skip to main content
Module

x/ramda/mod.ts>remove

:ram: Practical functional Javascript
Latest
variable remove
import { remove } from "https://deno.land/x/ramda@v0.27.2/mod.ts";

Removes the sub-list of list starting at index start and containing count elements. Note that this is not destructive: it returns a copy of the list with the changes. No lists have been harmed in the application of this function.