- arrSpec
template arrSpec(int j, string fmt, string del, bool esc)
Undocumented in source.
- countFormatters
template countFormatters(tup...)
Undocumented in source.
- helper
template helper(int from, int j)
Undocumented in source.
- spec
template spec(int j, FMT f, string def)
Undocumented in source.
Splits format string based on the same rules as described here: https://dlang.org/phobos/std_format.html In addition it supports 'p' as a pointer format specifier to be more compatible with printf. It supports nested arrays format specifier too.