Dvector

Undocumented in source.

Constructors

this
this(T* chunks, size_t total, size_t capacity)
Undocumented in source.

Members

Functions

allocIfneeded
void allocIfneeded()
Undocumented in source. Be warned that the author may not have intended to support it.
free
void free()
Undocumented in source. Be warned that the author may not have intended to support it.
insert
void insert(T elem, size_t position)
Undocumented in source. Be warned that the author may not have intended to support it.
length
size_t length()
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(ref T) @(nogc) nothrow dg)
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(size_t i, ref T) @(nogc) nothrow dg)
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(ref T) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(size_t i, ref T) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
Dvector!T opBinary(Dvector!T rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
Dvector!T opBinary(T rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
T opIndex(size_t i)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexAssign
void opIndexAssign(T elem, size_t i)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
Dvector!T opOpAssign(Dvector!T rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
Dvector!T opOpAssign(T rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
pBack
void pBack(T elem)
Undocumented in source. Be warned that the author may not have intended to support it.
pFront
void pFront(T elem)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
void remove(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
resize
void resize(size_t capacity)
Undocumented in source. Be warned that the author may not have intended to support it.
slice
T[] slice()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

capacity
size_t capacity;
Undocumented in source.
total
size_t total;
Undocumented in source.

Meta