Skip to main content
Module

x/ramda/mod.ts>insertAll

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

Inserts the sub-list into the list, at the specified index. 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.