js-util

Home > rc-js-util > _Array > collect

_Array.collect property

Like Array.reduce but without the requirement to return the value in the callback.

Signature:

static readonly collect: typeof arrayCollect;

Remarks

See arrayCollect().