FormattedFloating.toString

struct FormattedFloating(T)
scope const
void
toString
(
C = char
W
)
(
scope ref W w
)
if (
is(T == float) ||
is(T == double)
||
is(T == real)
)

Meta