TotalContainer.capacity
size_t capacity() @propertyReturns the maximum number of elements the container can store without (a) allocating memory, (b) invalidating iterators upon insertion.
Complexity: log(n).
size_t capacity() @propertyReturns the maximum number of elements the container can store without (a) allocating memory, (b) invalidating iterators upon insertion.
Complexity: log(n).