- clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
- compact
void compact()
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(ref 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 i)
Undocumented in source. Be warned that the author may not have intended to support it.
- opOpAssign
void opOpAssign(T item)
Undocumented in source. Be warned that the author may not have intended to support it.
- opOpAssign
void opOpAssign(T[] items)
Undocumented in source. Be warned that the author may not have intended to support it.
- opSlice
T[] opSlice(size_t a, size_t b)
Undocumented in source. Be warned that the author may not have intended to support it.
- pop
void pop(size_t num)
Undocumented in source. Be warned that the author may not have intended to support it.