Result.toString

Get a string representation of the result.

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

Meta