Documentation
Dlang.org
MultiValueMap.keys
handy_httpd
components
multivalue_map
MultiValueMap
Gets a list of all keys in this map, allocated in a new array.
struct
MultiValueMap
(KeyType, ValueType, alias KeySort = (a, b) => a < b, alias KeyEquals = (a, b) => a == b)
const
KeyType
[]
keys
(
)
Return Value
Type:
KeyType
[]
The list of keys in this map.
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
Gets a list of all keys in this map, allocated in a new array.