- back
DataType back()
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.
- front
DataType front()
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
DataType opIndex(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
- opSlice
auto opSlice(size_t first, size_t last)
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.
- popFront
void popFront()
Undocumented in source. Be warned that the author may not have intended to support it.
- save
typeof(this) save()
Undocumented in source. Be warned that the author may not have intended to support it.