pushStdin

Puts back ubyte to STDIN buffer

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

Parameters

b
Type: ubyte

The ubyte to write

Return Value

Type: bool

true on success, false in case of failure

Meta