Stack.append

Push a series of values onto the stack.

Throws an exception when the stack is full

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

Meta