- 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.