ddl.Utils
- class ExtSprintClassT(T);
- Extended Sprintf class. Features an internally expanding buffer for formatting data,
and an optional opCall vararg syntax.
- this(int size, Format.DblFormat df = null, T[] workspace = null);
- uint sink(void[] v, uint type);
- T[] opCall(T[] fmt,...);