The following is the most general solution `fun &l...
# announcements
o
The following is the most general solution
fun <K> Map<K, Collection<*>>.isEmpty(key: K) = this[key]?.isEmpty() ?: true