MultiValueMap.asAssociativeArray

Gets this multivalue map as an associative array, where each key is mapped to a list of values.

struct MultiValueMap(KeyType, ValueType, alias KeySort = (a, b) => a < b)
const
ValueType[][KeyType]
asAssociativeArray
()

Return Value

Type: ValueType[][KeyType]

The associative array.