printfln

fnvoid printfln(StdStream stream = StdStream.output, A...)(IStr fmtStr, A args)

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

fnvoid printfln(StdStream stream = StdStream.output, A...)(InterpolationHeader header, A args, InterpolationFooter footer)

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