Checked.toString
void toString(Writer, Char)(scope ref Writer sink, scope const ref FormatSpec!Char fmt) constWrites a string representation of this to a sink.
Parameters
sink | A Char accepting output range. |
fmt | A FormatSpec which controls how this is formatted. |