Optional
entries: Iterable<[any, any], any, any> = []The initial entries.
Enumerate the entries.
Clear all values from the map.
Remove a key from the map.
The key to remove.
Enumerate the entries.
Retrieve a value from the map.
The value's key.
Enumerate the keys.
Enumerate the values.
Stores a map of objects with weak references to the keys, allowing them to be garbage collected. Both keys and values can be iterated over, unlike a WeakMap.