js-util

Home > rc-js-util > _Array > forEach

_Array.forEach property

Like Array.forEach.

Signature:

static readonly forEach: typeof arrayForEach;

Remarks

Has more consistent performance characteristics cross platform than the built in Array.forEach.

See arrayForEach().