import { removeIndex } from "https://deno.land/x/rambda@9.3.0/mod.ts";
It returns a copy of list
input with removed index
.
Parameters
list: T[]
import { removeIndex } from "https://deno.land/x/rambda@9.3.0/mod.ts";
It returns a copy of list
input with removed index
.