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

x/multiarray/MultiArray.d.ts>default#remove

Allow use multiple arrays as one array without create combined one
Latest
method default.prototype.remove
import { default } from "https://deno.land/x/multiarray@v0.2.3/MultiArray.d.ts";

Remove body from MultiArray.

Parameters

index: number
  • Index of body from MultiArray.

Returns

number

New length of body.