I am quite surprised that there isn’t a `runningRe...
# stdlib
w
I am quite surprised that there isn’t a
runningReduceRight
and `runningFoldRight`/`scanRight` for symmetry with the
reduce
and
reduceRight
/
fold
and
foldRight
functions. Is there a technical reason behind this? I often find myself ad-hoc-ing
foldRight
to be a
scanRight
for LeetCode and other competitive programming problems.