TotalContainer.clear

Removes all contents from the container. The container decides how capacity is affected.

Postcondition: empty

Complexity: O(n)

struct TotalContainer(T)
void
clear
()

Meta