DynamicArray.staticStorage

Undocumented in source.
struct DynamicArray(T, size_t chunkSize = 32)
T[chunkSize] staticStorage;

Meta