import { Basic } from "https://deno.land/x/easyts@0.1.3/container/mod.ts";
The base class of the container implements some common methods for the container
Properties
readonly
reverse: Iterable<T>Returns an object that implements a js Iterable, but it traverses the data in reverse
Methods
compareTo(o: Container<T>, callback?: CompareCallback<T>): number
Returns true if the data depth of the two containers is consistent
[Symbol.iterator](): Iterator<T>
implements js Iterable