E.g. `fun Iterable<T>.indexed() = mapIndexed...
# stdlib
n
E.g.
fun Iterable<T>.indexed() = mapIndexed { i, v -> i to v }