Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/remapper/src/general.ts>arrRemove

A framework for Beat Saber map scripting.
Latest
function arrRemove
import { arrRemove } from "https://deno.land/x/remapper@3.1.2/src/general.ts";

Remove a single element of an array, mutating it.

Parameters

arr: any[]

Array to mutate.

index: number

Element to remove. Can be -1 to remove last element.