Long.toString

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void delegate(scope const(char)[]) @(safe) toString [@property setter]
    class Long
    @safe @property const
    void
    toString
    (
    scope void delegate
    (
    scope const(char)[]
    )
    @safe
    sink
    )
  2. string toString [@property getter]

Meta