pushStdin

Puts back string to STDIN buffer

  1. bool pushStdin(ubyte b)
  2. bool pushStdin(string str)
    version(Posix)
    nothrow @safe
    bool
    pushStdin
    (
    string str
    )

Parameters

str string

The string to write

Return Value

Type: bool

true on success, false in case of failure

Meta