Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/easyts/container/types.ts>Basic#iterator

js library written with ts, use select and chan like golang in js.
Latest
method Basic.prototype.iterator
import { Basic } from "https://deno.land/x/easyts@0.1.3/container/types.ts";

Returns a js iterator

Parameters

optional
reverse: boolean

If true, returns an iterator to traverse in reverse

Returns

Iterator<T>