zipIndexed

inline fun <L, R, V> Iterable<L>.zipIndexed(other: Iterable<R>, transform: (Int, L, R) -> V): List<V>