remove

fun <K, V> WeakMap<K, V>.remove(key: K, value: V)(source)

Removes the association of key to value from this map.

If key is associated to another value than value, nothing happens.