wideIntImpl.toString

Converts to a string. Supports format specifiers %d, %s (both decimal) and %x (hex).

struct wideIntImpl(bool signed, int bits)
const
void
toString
(
DG
Char
)
(
DG sink
,
FormatSpec!Char fmt
)
if (
is(typeof(sink((const(Char)[]).init)))
)

Meta