For exampe why there is `foldIndexed`, `mapIndexed...
# stdlib
m
For exampe why there is
foldIndexed
,
mapIndexed
and
filterIndexed
, but not
flatMapIndexed
or
filterNotIndexed
in #stdlib?