Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/easyts/internal/decorator.ts>ClassForEach#forEach

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

call callback on each element in the container in turn

Parameters

callback: ValueCallback<T>
optional
reverse: boolean

If true, traverse the container in reverse order