forEachWithSelf

inline fun <T, C : Collection<T>> C.forEachWithSelf(action: (T, index: Int, self: C) -> Unit)

A JavaScript-styled forEach