Vector.reserve

Ensures sufficient capacity to accommodate e elements.

Postcondition: capacity >= e

Complexity: O(1)

struct Vector(T, ALLOC = ThreadMem)
void
reserve
(
size_t elements
)

Meta