No default construction if an allocator must be provided.
Use the given allocator for allocations.
Undocumented in source.
Undocumented in source.
Inserts the given value into the end of the array.
Inserts the given value into the end of the array.
Index operator overload
Index assignment support
Slice operator overload
Slice assignment support
Undocumented in source. Be warned that the author may not have intended to support it.
Array that is able to grow itself when items are appended to it. Uses malloc/free/realloc to manage its storage.