DynamicArray.reserve

Ensures sufficient capacity to accommodate n elements.

struct DynamicArray(T, Allocator = SpasmGCAllocator)
@trusted
void
reserve

Meta