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