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

x/easyts/slice.ts>Slice#iterator

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

return js iterator

Parameters

optional
reverse: boolean

If true, returns an iterator to traverse in reverse

Returns

Iterator<T>