Function: forEach()
forEach<
T>(source,callback):void
Same semantics as Array.prototype.forEach, over a single Container.
Consumes the source.
Type Parameters
Section titled “Type Parameters”T
Parameters
Section titled “Parameters”source
Section titled “source”Source<T>
callback
Section titled “callback”(value, index) => void
Returns
Section titled “Returns”void