Function DictionaryList.toString
Generates an associative-array equivalent string representation of the dictionary.
void toString
(
scope @safe void delegate(const(char)[] str) sink
) const;
void toString
(
scope @system void delegate(const(char)[] str) sink
) const;
string toString() const;