Skip to content

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

ParameterType
inputSet<TValue>
iterateeCollectionIteratee<TValue>

Returns

void