The OpenD Programming Language

terr

Nothrow standart output to use in pair with debug expression in nothrow and pure code for testing purpose.

@trusted nothrow @nogc @property
terr
()
()

Examples

debug tout << "mir.stdio.tout test! - @nogc nothrow I/O" << endl;
debug terr << "mir.stdio.terr test! - @nogc nothrow I/O" << endl;

See Also

Meta