Interval.toString

Converts this interval to a string.

  1. string toString()
    struct Interval(TP)
    const @safe nothrow
    string
    toString
    ()
  2. void toString(Writer w)

Return Value

Type: string

A string when not using an output range; void otherwise.

Meta