StringMap.toString

Converts the string map to a string, or writes its representation to a given output writer.

  1. string toString()
  2. void toString(W w)
    struct StringMap(T)
    const scope
    void
    toString
    (
    W
    )
    (
    ref scope W w
    )