Classes | |
class | ConsoleConduit |
class | Input |
class | Output |
Note that for a while this was templated for each of char, wchar, and dchar. It became clear after some usage that the console is more useful if it sticks to Utf8 only. See ConsoleConduit below for details.
Redirecting the standard IO handles (via a shell) operates as one would expect.
Definition at line 84 of file Console.d.