Module

x/rambda/immutable.d.ts>removeIndex

Faster and smaller alternative to Ramda
Go to Latest
function removeIndex
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

index: number
list: readonly T[]

Returns

readonly T[]

Parameters

index: number

Returns

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