sprintfln

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

Prints formatted text with a new line at the end to the given buffer. For details on formatting, see the fmtIntoBuffer function.

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

Prints formatted text with a new line at the end to the given buffer. For details on formatting, see the fmtIntoBuffer function.