MultiValueMap.length

Gets the number of unique keys in this map.

struct MultiValueMap(KeyType, ValueType, alias KeySort = (a, b) => a < b)
const
size_t
length
()

Return Value

Type: size_t

The number of unique keys in this map.