MultiValueMap.toString

Converts this map into a human-readable string which lists each key and all of the values for that key.

struct MultiValueMap(KeyType, ValueType, alias KeySort = (a, b) => a < b)
const
string
toString
()

Return Value

Type: string

A string representation of this map.