insert module:Data.Set -package:multimap -is:exact -is:exact -package:containers -is:exact is:exact
Inserts a value into the
Set by key.
O(log n). Insert an element in a set. If the set already
contains an element equal to the given value, it is replaced with the
new value.