popStdin

Returns raw ubyte from stdin

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

Return Value

Type: ubyte

ubyte on success, 0 in case of failure

Meta