pushStdin

Puts back string to STDIN buffer

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

Parameters

str
Type: string

The string to write

Return Value

Type: bool

true on success, false in case of failure

Meta