Home > rc-js-util > _Array > collect
Like Array.reduce but without the requirement to return the value in the callback.
Array.reduce
Signature:
static readonly collect: typeof arrayCollect;
See arrayCollect().