wouldn't `Iterable.peek` be very straight forward?...
# kontributors
k
wouldn't
Iterable.peek
be very straight forward? just
inline fun <T> Iterable<T>.peak(block: (T) -> Unit) = apply { forEach(block) }