import { removeIndex } from "https://dotland.deno.dev/x/rambda@v9.2.0/immutable.d.ts";
It returns a copy of list
input with removed index
.
Parameters
list: readonly T[]
import { removeIndex } from "https://dotland.deno.dev/x/rambda@v9.2.0/immutable.d.ts";
It returns a copy of list
input with removed index
.