remove

fun remove(key: CompoundKey<*>)(source)

Removes the current value associated with the given key.

This function does not return the removed value, if you need that use getAndRemove.