Stack.push

Appends an item to the stack

  1. void push(T item)
    class Stack(T)
    void
    push
    ()
  2. void push(T[] items)

Meta