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

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

Concat two MultiArray to get new MultiArray.

Parameters

other: MultiArray<T>
  • MultiArray to concat.

Returns

MultiArray<T>

New MultiArray with combined body.