The OpenD Programming Language

MemoryFile.data

Pointer to data (owned or borrowed). if owned, the buffer is guaranteed to be allocated with malloc/free/realloc.

struct MemoryFile
nothrow @nogc @safe
ubyte* data;

Meta