printFloatingPointGen

Undocumented in source. Be warned that the author may not have intended to support it.
@safe pure @nogc nothrow @trusted
size_t
printFloatingPointGen
(
T
)
(
T c
,
scope ref const FormatSpec spec
,
scope ref char[512] buf
)
if (
is(T == float) ||
is(T == double)
||
is(T == real)
)

Meta