Collection styles
Escaped string formats
Scalar styles.
Multiargument overload.
Prints enums
Prints boolean
Prints associative array
Prints null
Prints array
Prints escaped character in the form 'c'.
Prints escaped character in the form 'c'.
Prints some string
Prints integers
Prints floating point numbers
Prints structs and unions
Prints classes and interfaces
Prints pointers
Prints array
Prints array as hex values
Decodes uint c to the form \UXXXXXXXX, where XXXXXXXX is 2 hexadecimal characters.
Decodes char c to the form \u00XX, where XX is 2 hexadecimal characters.
Decodes ushort c to the form \uXXXX, where XXXX is 2 hexadecimal characters.
Decodes char c to the form u00XX, where XX is 2 hexadecimal characters.
Concatenated string results
Wrapper to format floating point numbers using C's library.
C's compatible format specifier.
Wrapper to format floating point numbers using C's library.
Mir's numeric format specification
@nogc Formatting Utilities