I notice that `Iterable<T>` has methods like...
# stdlib
n
I notice that
Iterable<T>
has methods like
mapIndexed
,
filterIndexed
etc. but not
indexed
that returns an
Iterable<Pair<Int,T>>