Stack.pop

Reads and removes an item from the stack, if no more items are present, throws Exception

  1. T pop()
    class Stack(T)
    T
    pop
    ()
  2. T[] pop(uinteger count)

Meta