Open
Description
In a comment on issue #8 it was suggested that it maybe a good idea to add some JavaScript-style array methods to TArrayUtils
, specifically forEach()
, some()
, all()
every()
& map()
. To those we can add reduce()
(& reduceRight()
?).
In this comment on issue #40 implementations were proposed for TArrayUtils
' Some<T>()
and Every<T>()
.
Metadata
Metadata
Assignees
Projects
Status
Considering