Stack.clear

Clear the stack

struct Stack(V, int Size = 0)
clear
()

Return Value

Type: Stack*

pointer to itself for chaining calls

Meta