Documentation / @ripl/utilities / setForEach
Function: setForEach()
setForEach<
TValue>(input,iteratee):void
Defined in: packages/utilities/src/collection.ts:202
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