MemoryFile.data

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

struct MemoryFile
public nothrow @nogc @safe
ubyte* data;

Meta