Skip to main content
Module

x/rambda/rambda.js>removeIndex

Faster and smaller alternative to Ramda
Latest
function removeIndex
import { removeIndex } from "https://deno.land/x/rambda@v9.2.0/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[]