popStdin

Reads raw ubyte from stdin

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

Parameters

b
Type: ubyte

The variable to read byte into

Return Value

Type: bool

true on success, false in case of failure

Meta