- append
T append(T arr, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
- destruct
void destruct(T obj)
Undocumented in source. Be warned that the author may not have intended to support it.
- destruct
void destruct(T* p)
Undocumented in source. Be warned that the author may not have intended to support it.
- destruct
void destruct(T arr)
Undocumented in source. Be warned that the author may not have intended to support it.
- emplace
auto emplace(void[] buf, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
- make
auto make(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
- make
auto make(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
- make
T make(size_t n)
Undocumented in source. Be warned that the author may not have intended to support it.
- reserve
T* reserve(T* ptr, size_t size)
Undocumented in source. Be warned that the author may not have intended to support it.
- reserve
T reserve(T arr, size_t size)
Undocumented in source. Be warned that the author may not have intended to support it.