The OpenD Programming Language

DynamicArray.reserve

Ensures sufficient capacity to accommodate n elements.

struct DynamicArray(T, Allocator = Mallocator, bool supportGC = shouldAddGCRange!T)
void
reserve
(
size_t n
)

Meta