basicPrint

fnvoid basicPrint(IStr text, StdStream stream = StdStream.output, Sz * writtenCount = null) @trusted nothrow @nogc

Basic print function that returns the bytes written.

fnvoid basicPrint(IStr text, StdStream stream = StdStream.output, ref Sz writtenCount) @trusted nothrow @nogc

Basic print function that returns the bytes written.