popStdin

Returns raw ubyte from stdin

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

Return Value

Type: ubyte

ubyte on success, 0 in case of failure

Meta