hey guys, question regarding stdlib -- I was resea...
# stdlib
g
hey guys, question regarding stdlib -- I was researching about Kotlin's functional programming capabilities, and saw that there are methods such as
filterIndexed
,
forEachIndexed
and
mapIndexed
, as well as a few variants of each of those. However, there's no indexed counterpart of
reduce
. Could anyone shed some light on the reason?