Interval.toString

string toString() const @safe nothrow

Converts this interval to a string.

Parameters

wA char accepting output range

Returns

A string when not using an output range; void otherwise.
void toString(Writer)(ref Writer w) if (isOutputRange!(Writer, char)) const

ditto