fmtIntoBuffer

fnIStr fmtIntoBuffer(A...)(Str buffer, IStr fmtStr, A args) @trusted

Formats the given string by replacing `{}` placeholders with argument values in order. Options within placeholders are not supported. For custom formatting use a wrapper type with a toStr method. Writes into the buffer and returns the formatted string.

fnIStr fmtIntoBuffer(A...)(Str buffer, InterpolationHeader header, A args, InterpolationFooter footer)
No documentation available for this declaration.