Skip to content

MapOfSets.delete method

MapOfSets › delete

Unofficial

Remove a value from the set associated with the given key.

Signature:

delete(key: Key, value: Value): void

Parameters:

Parameter Type Description
key Key The key.
value Value The value to remove.

Returns: void