flatMapIndexedLaw

inline fun <A, B> Collection<A>.flatMapIndexedLaw(transform: (index: Int, A) -> Iterable<B>): List<B>