Stack.pop

pops one item from the stack

  1. auto pop()
    struct Stack(T)
    pop
    ()
  2. auto pop(size_t n)

Meta