Skip to content

MapOfSets.add method

MapOfSets › add

Unofficial

Add a value to the set associated with the given key.

Signature:

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

Parameters:

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

Returns: void