-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Labels
enhancementNew feature or requestNew feature or requestrejectedThis will not be worked onThis will not be worked on
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
Labels
enhancementNew feature or requestNew feature or requestrejectedThis will not be worked onThis will not be worked on