Documentation
Dlang.org
MultiValueMap.length
handy_httpd
components
multivalue_map
MultiValueMap
Gets the number of unique keys in this map.
struct
MultiValueMap
(KeyType, ValueType, alias KeySort = (a, b) => a < b, alias KeyEquals = (a, b) => a == b)
const
size_t
length
(
)
Return Value
Type:
size_t
The number of unique 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 the number of unique keys in this map.