containers.dynamicarray

Dynamic Array

Members

Structs

DynamicArray
struct DynamicArray(T, bool supportGC = true)

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.

Meta

Authors

Brian Schott