- capacity
size_t capacity [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- capacity
size_t capacity [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- ptr
inout(T)* ptr [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Dynamic array using malloc, realloc and free under the hood. Note that memory will be released on scope exit.