Vector.reserve

Ensures sufficient capacity to accommodate e elements.

Postcondition: capacity >= e

Complexity: O(1)

struct Vector(T, ALLOC = ThreadMem)
nothrow
void
reserve

Meta