mirror of
https://github.com/dlang/phobos.git
synced 2025-04-29 06:30:28 +03:00
15 lines
515 B
Text
15 lines
515 B
Text
Documentation of `std.format` has been completely reworked.
|
|
|
|
In the last years, the documentation of `std.format` was outdated
|
|
little by little and therefore needed a complete rework. The whole
|
|
package was reviewed and all documentations, including examples,
|
|
improved and extended.
|
|
|
|
Some highlights:
|
|
|
|
$(UL
|
|
$(LI The grammar of the format string was updated.)
|
|
$(LI A detailed description of format specifiers was provided.)
|
|
$(LI Several examples on how to use the functions and the format
|
|
strings were added.)
|
|
)
|