Preparing search index...
    • 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.

      Type Parameters

      • TKey
      • TValue

      Parameters

      • multimap: Map<TKey, TValue[]>

        The multimap to modify

      • key: TKey

        The key containing the value to remove

      • value: TValue

        The value to remove

      Returns void

      removeValueToMultimap(filters, listFilter.tags, "Dessert");