VoidBufferImpl

Undocumented in source.

Members

Functions

opApply
int opApply(int delegate(ref size_t, ref const(ubyte)) dg)

Buffer element iteration (with index)

opApply
int opApply(int delegate(ref const(ubyte)) dg)

Buffer element iteration

opAssign
void opAssign(void[] rhs)

Assigns data to stored data from other slice

opIndex
ubyte* opIndex(size_t i)

Individual element access.

opIndexAssign
void opIndexAssign(ubyte value, size_t i)

Invidual element assignment

opOpAssign
void opOpAssign(ubyte rhs)
void opOpAssign(ubyte[] rhs)

Appends to current buffer

opSliceAssign
void opSliceAssign(void[] rhs, ptrdiff_t begin, ptrdiff_t end)

Assigns data to stored data from other slice

Meta