Stack.push

Push element to stack.

struct Stack(T)
void
push
(
T v
)

Meta