The maximum number of elements the array can store without reallocating memory and invalidating iterators upon insertion.
Complexity: O(1).
See Implementation