Skip to main content
Module

x/rambda/mod.ts>removeIndex

Faster and smaller alternative to Ramda
Latest
function removeIndex
import { removeIndex } from "https://deno.land/x/rambda@v9.2.0/mod.ts";

It returns a copy of list input with removed index.

Parameters

index: number
list: T[]

Parameters

index: number

Returns

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