pushStdin

Puts back ubyte to STDIN buffer

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

Parameters

b ubyte

The ubyte to write

Return Value

Type: bool

true on success, false in case of failure

Meta