A WeakMap that maps keys to Sets of values, allowing multiple values per key.
Optional
Removes the specified element from the WeakMap.
true if the element was successfully removed, or false if it was not present.
a boolean indicating whether an element with the specified key exists or not.
A WeakMap that maps keys to Sets of values, allowing multiple values per key.