- append
void append(T[] new_data)
Undocumented in source. Be warned that the author may not have intended to support it.
- append
void append(T new_data)
Undocumented in source. Be warned that the author may not have intended to support it.
- array
auto array()
Undocumented in source. Be warned that the author may not have intended to support it.
- capacity
auto capacity()
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.
- length
void length(size_t l)
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.
- reserve
void reserve(size_t r, bool allowShrink)
Undocumented in source. Be warned that the author may not have intended to support it.