- back
T back()
- front
T front()
Undocumented in source. Be warned that the author may not have intended to support it.
- insertBack
void insertBack(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
- length
size_t length()
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
auto opIndex(size_t i)
- opIndexAssign
void opIndexAssign(T value, size_t i)
- opSlice
auto opSlice()
auto opSlice(size_t a, size_t b)
- opSliceAssign
void opSliceAssign(T value)
void opSliceAssign(T value, size_t i, size_t j)
- remove
void remove(size_t i)
Undocumented in source. Be warned that the author may not have intended to support it.
- shrinkTo
void shrinkTo(int idx)
Undocumented in source. Be warned that the author may not have intended to support it.