This is a submodule of std.format.
It centers around a struct called FormatSpec, which takes a format string and provides tools for parsing this string. Additionally this module contains a function singleSpec which helps treating a single format specifier.
Helper function that returns a FormatSpec for a single format specifier.
A general handler for format strings.
See Source File std/format/spec.d
Boost License 1.0.
Copyright The D Language Foundation 2000-2013.
Walter Bright, Andrei Alexandrescu, and Kenji Hara
This is a submodule of std.format.
It centers around a struct called FormatSpec, which takes a format string and provides tools for parsing this string. Additionally this module contains a function singleSpec which helps treating a single format specifier.