- erase
void erase(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
- erase
void erase(size_t index, size_t count)
Erases a contiguous range of items from the array.
- eraseFrontOfRange
void eraseFrontOfRange(RangeT r)
Undocumented in source.
- insert
size_t insert(T value, size_t index)
Undocumented in source.
- insertBack
size_t insertBack(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
inout(T) opIndex(size_t index)
Provides [] sytax for the array.
- opSlice
auto opSlice()
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.
- reserve
void reserve(size_t n)
Undocumented in source. Be warned that the author may not have intended to support it.