Stack.push

Push a value onto the stack.

Throws an exception when the stack is full

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

Meta