FormatSpec.toString

Gives a string containing all of the member variables on their own line.

  1. string toString()
    struct FormatSpec(Char)
    const @safe pure
    string
    toString
    ()
    if (
    is(Unqual!Char == Char)
    )
  2. void toString(OutputRange writer)

Return Value

Type: string

A string when not using an output range; void otherwise.

Meta

Suggestion Box / Bug Report