phobos ~master (2024-10-03T07:50:27Z)
Dub
Repo
FormatSpec.toString
std
format
spec
FormatSpec
Provides a string representation.
string
toString
()
struct
FormatSpec
(Char)
const @
safe
pure
string
toString
(
)
if
(
is
(
Unqual
!
Char
==
Char
)
)
void
toString
(OutputRange writer)
Return Value
Type:
string
The string representation.
Meta
Source
See Implementation
std
format
spec
FormatSpec
constructors
this
functions
separatorCharPos
toString
writeUpToNextSpec
variables
DYNAMIC
UNSPECIFIED
dynamicSeparatorChar
flDash
flEqual
flHash
flPlus
flSeparator
flSpace
flZero
indexEnd
indexStart
keySeparator
nested
precision
sep
separatorChar
separators
seqAfter
seqBefore
seqSeparator
spec
trailing
width
Provides a string representation.