Documentation
Dlang.org
MultiValueMap.clear
handy_httpd
components
multivalue_map
MultiValueMap
Clears this map of all values.
struct
MultiValueMap
(KeyType, ValueType, alias KeySort = (a, b) => a < b, alias KeyEquals = (a, b) => a == b)
void
clear
(
)
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
Clears this map of all values.