Stack.push

Add an item to the stack.

struct Stack(T)
void
push
()

Parameters

item T

Item to add to the top of the stack.

Meta