popStdin

Reads raw ubyte from stdin

  1. bool popStdin(ubyte b)
    version(Posix)
    nothrow @safe
    bool
    popStdin
    (
    ref ubyte b
    )
  2. ubyte popStdin()

Parameters

b ubyte

The variable to read byte into

Return Value

Type: bool

true on success, false in case of failure

Meta