Removes a value from a multimap (Map with Array values)
Removes the specified value from the array associated with the key. If the array becomes empty, removes the key entirely.
The multimap to modify
The key containing the value to remove
The value to remove
removeValueToMultimap(filters, listFilter.tags, "Dessert"); Copy
removeValueToMultimap(filters, listFilter.tags, "Dessert");
Removes a value from a multimap (Map with Array values)
Removes the specified value from the array associated with the key. If the array becomes empty, removes the key entirely.