kirillrakhman
Iterable.peek
inline fun <T> Iterable<T>.peak(block: (T) -> Unit) = apply { forEach(block) }