Array

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

append
void append(typeof(this)* a)
Undocumented in source. Be warned that the author may not have intended to support it.
apply
int apply(int function(T, void*) fp, void* param)
Undocumented in source. Be warned that the author may not have intended to support it.
copy
typeof(this)* copy()
Undocumented in source. Be warned that the author may not have intended to support it.
insert
void insert(size_t index, typeof(this)* a)
Undocumented in source. Be warned that the author may not have intended to support it.
insert
void insert(size_t index, T ptr)
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.
pop
T pop()
Undocumented in source. Be warned that the author may not have intended to support it.
push
void push(T ptr)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
void remove(size_t i)
Undocumented in source. Be warned that the author may not have intended to support it.
reserve
void reserve(size_t nentries)
Undocumented in source. Be warned that the author may not have intended to support it.
setDim
void setDim(size_t newdim)
Undocumented in source. Be warned that the author may not have intended to support it.
shift
void shift(T ptr)
Undocumented in source. Be warned that the author may not have intended to support it.
tdata
T* tdata()
Undocumented in source. Be warned that the author may not have intended to support it.
toChars
char* toChars()
Undocumented in source. Be warned that the author may not have intended to support it.
zero
void zero()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

data
T* data;
Undocumented in source.
dim
size_t dim;
Undocumented in source.

Meta