Console

Support for chained console (pseudo formatting) output

Members

Aliases

opCall
alias opCall = newline
Undocumented in source.
opCall
alias opCall = emit
Undocumented in source.

Functions

emit
Console emit(const(char)[] s)

emit a utf8 string to the console

emit
Console emit(ulong i)

emit an unsigned integer to the console

newline
Console newline()

emit a newline to the console

Meta