Stack.clear

Empty the stack.

Done automatically when the stack leaves the scope.

struct Stack(T)
void
clear
()
out (; empty)

Meta