tango.core.util.console

License:
BSD style:

Version:


rewritten:
Nov 2009

Various low-level console oriented utilities

ptrdiff_t write(int, in void*, size_t);
External functions

void consoleInteger(ulong i);
Emit an integer to the console

void consoleString(const(char)[] s);
Emit a utf8 string to the console. Codepages are not supported

struct Console;
Support for chained console (pseudo formatting) output

Console emit(const(char)[] s);
emit a utf8 string to the console

Console emit(ulong i);
emit an unsigned integer to the console

Console newline();
emit a newline to the console


Page generated by Ddoc. Copyright (c) 2009 Kris Bell. All rights reserved