tango.core.util.console

Members

Enums

UTF8
anonymousenum UTF8

External functions

Functions

consoleInteger
void consoleInteger(ulong i)

Emit an integer to the console

consoleString
void consoleString(const(char)[] s)

Emit a utf8 string to the console. Codepages are not supported

main
void main()
write
ptrdiff_t write(int , void* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

Console
struct Console

Support for chained console (pseudo formatting) output

Variables

console
Console console;
Undocumented in source.

Meta

License

BSD style: $(LICENSE)

Version

rewritten: Nov 2009

Various low-level console oriented utilities