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
the array element type
true if the container should support holding references to GC-allocated memory.
Array that is able to grow itself when items are appended to it. Uses reference counting to manage memory and malloc/free/realloc for managing its storage.