MultiValueMap.opIndex

Implements the empty index operator, which just returns the entire list of entries in this map.

  1. inout(Entry)[] opIndex()
    struct MultiValueMap(KeyType, ValueType, alias KeySort = (a, b) => a < b)
    inout
    inout(Entry)[]
    opIndex
    ()
  2. ValueType opIndex(KeyType key)

Return Value

Type: inout(Entry)[]

The list of entries in this map.