You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>().
The text was updated successfully, but these errors were encountered:
In a comment on issue #8 it was suggested that it maybe a good idea to add some JavaScript-style array methods to
TArrayUtils
, specificallyforEach()
,some()
,all()
every()
&map()
. To those we can addreduce()
(&reduceRight()
?).In this comment on issue #40 implementations were proposed for
TArrayUtils
'Some<T>()
andEvery<T>()
.The text was updated successfully, but these errors were encountered: