WithIndirectionsBufferImpl

Undocumented in source.

Members

Functions

opApply
int opApply(int delegate(ref size_t, ref T) dg)

Buffer element iteration (with index)

opApply
int opApply(int delegate(ref T) dg)

Buffer element iteration

opAssign
void opAssign(T[] rhs)

Assigns data to stored data from other slice

opIndex
T* opIndex(size_t i)

Individual element access.

opIndexAssign
void opIndexAssign(T value, size_t i)

Invidual element assignment

opOpAssign
void opOpAssign(T rhs)
void opOpAssign(T[] rhs)

Appends to current buffer

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

Assigns data to stored data from other slice

Meta