MultiValueMap.remove

Removes a key from the map, thus removing all values associated with that key.

struct MultiValueMap(KeyType, ValueType, alias KeySort = (a, b) => a < b)
void
remove
(
KeyType k
)

Parameters

k KeyType

The key to remove.