BigInt.toString
void toString(Writer)(scope ref Writer sink, string formatString) constConvert the BigInt to string, passing it to the given sink.
Parameters
sink | An OutputRange for accepting possibly piecewise segments of the formatted string. | ||||||||||||
formatString | A format string specifying the output format.
|
void toString(Writer)(scope ref Writer sink, scope const ref FormatSpec!char f) constditto
void toString(scope void delegate(scope const(char)[]) sink, string formatString) constditto
void toString(scope void delegate(scope const(char)[]) sink, scope const ref FormatSpec!char f) constditto