printf

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

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

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

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