eprintf

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

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

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

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