Documentation / @ripl/utilities / setForEach
Function: setForEach() ​
setForEach<
TValue>(input,iteratee):void
Defined in: collection.ts:194
Iterates over each value in a Set, invoking the iteratee with the value and a running index.
Type Parameters ​
| Type Parameter |
|---|
TValue |
Parameters ​
| Parameter | Type |
|---|---|
input | Set<TValue> |
iteratee | CollectionIteratee<TValue> |
Returns ​
void