Ensures sufficient capacity to accommodate count elements.
Postcondition: capacity >= count
Complexity: O(??) if e > capacity, otherwise O(1).
See Implementation
Ensures sufficient capacity to accommodate count elements.
Postcondition: capacity >= count
Complexity: O(??) if e > capacity, otherwise O(1).