minusAssign

inline operator fun minusAssign(key: K)

Removes the specified key and its associated value from the map.


inline operator fun minusAssign(keys: Array<out K>)
inline operator fun minusAssign(keys: Iterable<K>)
inline operator fun minusAssign(keys: Sequence<K>)
inline operator fun minusAssign(keys: ScatterSet<K>)

Removes the specified keys and their associated value from the map.