ScaledNumberFmt

Use 'i' format char to get binary prefixes (like Ki, instead of K), only for integers Use '#' flag to get greek letter in the output (not compatible with 'i')

Members

Functions

toString
void toString(void delegate(const(char)[]) sink, FormatSpec!char fmt)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

value
T value;
Undocumented in source.

Meta