Vector class (a growable array). Each vector tries to optimize storage management by maintaining a capacity and a capacityIncrement. The capacity is always at least as large as the vector size; it is usually larger because as elements are added to the vector, the vector's storage increases in ch
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected