The OpenD Programming Language

dout

Standart output

@trusted nothrow @nogc @property
dout
()
()

Examples

dout << "mir.stdio.dout test! - @nogc I/O" << endl;
derr << "mir.stdio.derr test! - @nogc I/O" << endl;

Meta