Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/easyts/slice.ts>Slice#append

js library written with ts, use select and chan like golang in js.
Latest
method Slice.prototype.append
import { Slice } from "https://deno.land/x/easyts@0.1.2/slice.ts";

Add a new element at the end of the slice and return the new slice

Parameters

...vals: Array<T>