rewritten: Nov 2009
Various low-level console oriented utilities
- void consoleInteger(ulong i) [extern(C)] ¶
-
Emit an integer to the console
- void consoleString(const(char)[] s) [extern(C)] ¶
-
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