Join Slack
Powered by
I notice that `Iterable<T>` has methods like...
# stdlib
n
natpryce
02/12/2016, 12:06 PM
I notice that
Iterable<T>
has methods like
mapIndexed
,
filterIndexed
etc. but not
indexed
that returns an
Iterable<Pair<Int,T>>
2
Views
Open in Slack
Previous
Next