The OpenD Programming Language

IOCallbacks.peek_ubyte

Read one ubyte from stream and do not advance the stream cursor. On error, return an error, the stream then is considered invalid.

struct IOCallbacks
nothrow @nogc
ubyte
peek_ubyte
(
void* userData
,
bool* err
)

Meta