Module

x/rambda/rambda.js>removeIndex

Faster and smaller alternative to Ramda
Latest
function removeIndex
import { removeIndex } from "https://dotland.deno.dev/x/rambda@9.4.1/rambda.js";

It returns a copy of list input with removed index.

Parameters

index: number
list: T[]

Parameters

index: number

Returns

<T>(list: T[]) => T[]