Appender.toString

Gives a string in the form of Appender!(A)(data).

  1. string toString()
    struct Appender(A)
    const
    string
    toString
    ()
    ()
  2. template toString(Writer)

Return Value

Type: string

A string if writer is not set; void otherwise.

Meta