forEachIndexedLaw

inline fun <A> Collection<A>.forEachIndexedLaw(action: (Int, A) -> Unit)