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:

ParameterTypeDescription
keyKeyThe key.
valueValueThe value to remove.

Returns: void