Documentation
Dlang.org
MultiValueMap.remove
handy_httpd
components
multivalue_map
MultiValueMap
Removes a key from the map, thus removing all values associated with that key.
struct
MultiValueMap
(KeyType, ValueType, alias KeySort = (a, b) => a < b, alias KeyEquals = (a, b) => a == b)
void
remove
(
KeyType
k
)
Parameters
k
KeyType
The key to remove.
handy_httpd
components
multivalue_map
MultiValueMap
functions
add
asAssociativeArray
clear
contains
getAll
getFirst
keys
length
opApply
opBinaryRight
opIndex
remove
toString
static functions
fromAssociativeArray
structs
Builder
Entry
Removes a key from the map, thus removing all values associated with that key.