libd.console.io

Undocumented in source.

Members

Functions

_d_console_io_init
void _d_console_io_init()
Undocumented in source. Be warned that the author may not have intended to support it.
consoleRead
bcstring consoleRead(char[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
consoleRead
String consoleRead()
Undocumented in source. Be warned that the author may not have intended to support it.
consoleWrite
void consoleWrite(Params params)
Undocumented in source. Be warned that the author may not have intended to support it.
consoleWritef
bool consoleWritef(bcstring spec, Params params)
Undocumented in source. Be warned that the author may not have intended to support it.
consoleWritefln
bool consoleWritefln(bcstring spec, Params params)
Undocumented in source. Be warned that the author may not have intended to support it.
consoleWriteln
void consoleWriteln(Params params)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

g_stderr
FileStream g_stderr;
Undocumented in source.
g_stdin
FileStream g_stdin;
Undocumented in source.
g_stdout
FileStream g_stdout;
Undocumented in source.

Meta