FormatSpec.toString

Provides a string representation.

  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

The string representation.

Meta