Console.create

Create an instance of Console connected to stream fp.

struct Console
version(Windows)
nothrow static
create
(
FILE* fp
)

Parameters

fp FILE*

io stream

Return Value

Type: Console*

pointer to created Console null if failed

Suggestion Box / Bug Report