Stack.push

Appends an array of items to the stack

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

Meta