Function Stack.push

Push element to stack.

void push (
  T v
);