- appendArray append(typeof(this)* a) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- containsbool contains(T ptr) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- copyArray!T* copy() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- findsize_t find(T ptr) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- insertvoid insert(size_t index, typeof(this)* a) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- insertvoid insert(size_t index, T ptr) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- opIndexinout(T) opIndex(size_t i) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- opSliceinout(T)[] opSlice() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- opSliceinout(T)[] opSlice(size_t a, size_t b) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- popT pop() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- pushArray push(T ptr) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- pushSliceArray pushSlice(T[] a) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- removevoid remove(size_t i) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- reservevoid reserve(size_t nentries) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- setDimvoid setDim(size_t newdim) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- shiftvoid shift(T ptr) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- sorttypeof(this) sort() 
- Sort the elements of an array 
- sorttypeof(this) sort() 
- Ditto, but use opCmp by default 
- tdatainout(T)* tdata() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- toCharsconst(char)* toChars() 
- returns elements comma separated in [] 
- toStringconst(char)[] toString() 
- returns elements comma separated in [] 
- zerovoid zero() 
- Undocumented in source. Be warned that the author may not have intended to support it.