DictionaryList.toString

Generates an associative-array equivalent string representation of the dictionary.

  1. void toString(void delegate(const(char)[] str) @(safe) sink)
    struct DictionaryList(VALUE, bool case_sensitive = true, size_t NUM_STATIC_FIELDS = 32, bool USE_HASHSUM = false)
    const
    void
    toString
    (
    scope void delegate
    (
    const(char)[] str
    )
    @safe
    sink
    )
  2. void toString(void delegate(const(char)[] str) @(system) sink)
  3. string toString()

Meta