Number of distinct keys.
Number of values.
Add a key-value pair. Values are stored in a Set, so duplicates are skipped.
count(key) after the operation.
Count values associated with a key.
List values associated with a key.
Remove a key-value pair. No-op if key-value does not exist.
count(key) after the operation.
Generated using TypeDoc
MultiMap keyed by name. Lookups may accept either name or name.valueHex.