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#append

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

Add new body to MultiArray.

Parameters

...args: ArrayAny<T>[]
  • One or more of Array or MultiArray to added on body.

Returns

number

New length of body.