Function formatAlloc
Same as std.string.format, just using an allocator.
string formatAlloc(ARGS...)
(
IAllocator alloc,
string fmt,
ARGS args
);
Same as std.string.format, just using an allocator.
string formatAlloc(ARGS...)
(
IAllocator alloc,
string fmt,
ARGS args
);