Result.toString

Get a string representation of the result.

  1. void toString(void delegate(const(char)[]) sink, string formatSpec)
  2. string toString(string formatSpec)
    struct Result(V, E = V)
    const
    string
    toString
    (
    string formatSpec = "%s"
    )

Meta