Console.create

Create an instance of Console connected to stream fp.

  1. Console* create(FILE* fp)
    struct Console
    version(Windows)
    nothrow static
    create
    (
    FILE* fp
    )
  2. Console* create(FILE* fp)
  3. Console* create(FILE* fp)

Parameters

fp FILE*

io stream

Return Value

Type: Console*

pointer to created Console null if failed

Meta