The OpenD Programming Language

FormattedFloating

Wrapper to format floating point numbers using C's library.

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