import { Slice } from "https://deno.land/x/easyts@0.1.3/mod.ts";
Constructors
Properties
readonly
reverse: Iterable<T>Returns an object that implements a js Iterable, but it traverses the data in reverse
Methods
Add a new element at the end of the slice and return the new slice
[Symbol.iterator](): Iterator<T>
implements js Iterable