FormatSpec.toString
string toString() const @safe pureProvides a string representation.
Returns
The string representation.
void toString(OutputRange)(ref OutputRange writer) if (isOutputRange!(OutputRange, char)) constWrites a string representation to an output range.
Parameters
writer | an output range, where the representation is written to |
OutputRange | type of the output range |