FormattedFloating

struct FormattedFloating (
T
) if (
is(T == float) ||
is(T == double)
||
is(T == real)
) {}

Members

Functions

toString
void toString(W w)

Variables

spec
FormatSpec spec;
value
T value;

Meta