SizeBase

Wraps a size value of type ulong which is formatted appropriately when output as text.

Members

Functions

toString
void toString(void delegate(const(char)[]) sink, FormatSpec!char fmt)

Formats the size according to the format fmt, automatically choosing the prefix and performing the unit conversion.

Variables

value
ulong value;

The size that should be formatted.

Meta