VectorImpl.reserve

Attempts to reserve memory in the vector.

Reserve can *only* grow the allocation; not shrink it.

struct VectorImpl(T, bool ownsMemory = true)
@nogc ref
reserve
(
size_t newSize
)

Meta