SSOString.toString

Return this converted to a string, without any GC-allocation because this is immutable.

  1. Sink toString [@property setter]
  2. string toString [@property getter]
    struct SSOString
    pure nothrow @property immutable @trusted return pure nothrow @nogc
    string
    toString
    ()
  3. string toString [@property getter]

Meta