Buffer

Owns a (rmem-managed) buffer.

nothrow
struct Buffer {
ubyte[] data;
}

Destructor

A destructor is present on this object, but not explicitly documented in the source.

Postblit

A postblit is present on this object, but not explicitly documented in the source.

Members

Functions

extractSlice
ubyte[] extractSlice()

Transfers ownership of the buffer to the caller.

Meta