- back
T* back()
Undocumented in source. Be warned that the author may not have intended to support it.
- backConst
const(T*) backConst()
Undocumented in source. Be warned that the author may not have intended to support it.
- begin
T* begin()
Undocumented in source. Be warned that the author may not have intended to support it.
- beginConst
const(T*) beginConst()
Undocumented in source. Be warned that the author may not have intended to support it.
- clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
- contains
bool contains(T v)
Undocumented in source. Be warned that the author may not have intended to support it.
- destroy
void destroy()
Undocumented in source. Be warned that the author may not have intended to support it.
- empty
bool empty()
Undocumented in source. Be warned that the author may not have intended to support it.
- end
T* end()
Undocumented in source. Be warned that the author may not have intended to support it.
- endConst
const(T*) endConst()
Undocumented in source. Be warned that the author may not have intended to support it.
- erase
T* erase(T* it)
Undocumented in source. Be warned that the author may not have intended to support it.
- eraseTPtr
T* eraseTPtr(T* it, T* itLast)
Undocumented in source. Be warned that the author may not have intended to support it.
- eraseUnsorted
T* eraseUnsorted(T* it)
Undocumented in source. Be warned that the author may not have intended to support it.
- front
T* front()
Undocumented in source. Be warned that the author may not have intended to support it.
- frontConst
const(T*) frontConst()
Undocumented in source. Be warned that the author may not have intended to support it.
- growCapacity
int growCapacity(int sz)
Undocumented in source. Be warned that the author may not have intended to support it.
- indexFromPtr
int indexFromPtr(T* it)
Undocumented in source. Be warned that the author may not have intended to support it.
- insert
T* insert(T* it, T v)
Undocumented in source. Be warned that the author may not have intended to support it.
- popBack
void popBack()
Undocumented in source. Be warned that the author may not have intended to support it.
- pushBack
void pushBack(T v)
Undocumented in source. Be warned that the author may not have intended to support it.
- pushFront
void pushFront(T v)
Undocumented in source. Be warned that the author may not have intended to support it.
- reserve
void reserve(int newCapacity)
Undocumented in source. Be warned that the author may not have intended to support it.
- resize
void resize(int newSize)
Undocumented in source. Be warned that the author may not have intended to support it.
- resizeT
void resizeT(int newSize, T v)
Undocumented in source. Be warned that the author may not have intended to support it.
- sizeInBytes
int sizeInBytes()
Undocumented in source. Be warned that the author may not have intended to support it.
- swap
void swap(ImVector!(T, N) rhs)
Undocumented in source. Be warned that the author may not have intended to support it.