debugIfEmpty

inline fun <T> Collection<T>.debugIfEmpty(block: (Collection<T>) -> Unit): Collection<T>