MultiValueMap.keys

Gets a list of all keys in this map, allocated in a new array.

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

Return Value

Type: KeyType[]

The list of keys in this map.