withEach

inline fun <T> Iterable<T>.withEach(action: T.() -> Unit)(source)

Performs the given action with each element as a receiver.