The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
FormattedFloating
mir
format
Wrapper to format floating point numbers using C's library.
struct
FormattedFloating (
T
)
if
(
is
(
T
==
float
) ||
is
(
T
==
double
)
||
is
(
T
==
real
)
) {
T
value
;
FormatSpec
spec
;
void
toString
(W w);
}
Members
Functions
toString
void
toString
(W w)
Variables
spec
FormatSpec
spec
;
value
T
value
;
Meta
Source
See Implementation
mir
format
enums
CollectionStyle
EscapeFormat
StringStyle
SwitchLU
functions
hexAddress
print
printArray
printBoolean
printElement
printEscaped
printHexArray
printReplaced
printStaticString
printZeroPad
put_UXXXXXXXX
put_uXXXX
put_xXX
stringBuf
text
withFormat
manifest constants
getData
mixin templates
StreamFormatOp
structs
FormatSpec
FormattedFloating
GetData
HexAddress
NumericSpec
StringBuf
Wrapper to format floating point numbers using C's library.