- back
T back()
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.
- front
T front()
Undocumented in source. Be warned that the author may not have intended to support it.
- getContinuousSlice
T[] getContinuousSlice(size_t from, size_t to)
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, ref T) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
T opIndex(size_t at)
Undocumented in source. Be warned that the author may not have intended to support it.
- opSlice
auto opSlice()
Undocumented in source. Be warned that the author may not have intended to support it.
- opSlice
auto opSlice(size_t from, size_t to)
Undocumented in source. Be warned that the author may not have intended to support it.
- put
void put(T[] items)
Undocumented in source. Be warned that the author may not have intended to support it.
- putAt
void putAt(size_t index, T[] items)
Undocumented in source. Be warned that the author may not have intended to support it.
- putFront
void putFront(T[] items)
Undocumented in source. Be warned that the author may not have intended to support it.
- remove
void remove(size_t from, size_t itemsToRemove)
Undocumented in source. Be warned that the author may not have intended to support it.
- removeBack
void removeBack(size_t itemsToRemove)
Undocumented in source. Be warned that the author may not have intended to support it.
- removeFront
void removeFront(size_t itemsToRemove)
Undocumented in source. Be warned that the author may not have intended to support it.
- reserve
void reserve(size_t items)
Undocumented in source. Be warned that the author may not have intended to support it.