string when not using an output range; void otherwise.string toString() const @safe nothrowConverts this interval to a string.
w | A char accepting output range |
string when not using an output range; void otherwise.void toString(Writer)(ref Writer w) if (isOutputRange!(Writer, char)) constditto