minusAssign

inline operator fun <T : Any> minusAssign(key: CompoundKey<T>)(source)

Removes the current value associated with the given key.

As this function is an operator function, it does not return the removed value.

See also