sprintf

fnIStr sprintf(S = LStr, A...)(ref S buffer, IStr fmtStr, A args)

Prints formatted text to the given buffer. For details on formatting, see the fmtIntoBuffer function.

fnIStr sprintf(S = LStr, A...)(ref S buffer, InterpolationHeader header, A args, InterpolationFooter footer)

Prints formatted text to the given buffer. For details on formatting, see the fmtIntoBuffer function.