Skip to content

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 ​

ParameterType
inputSet<TValue>
iterateeCollectionIteratee<TValue>

Returns ​

void