clear

inline fun <K, V> clear(map: MutableMap<K, V>, crossinline onRemove: suspend (K, V) -> Unit)