Stack.pop

pops multiple items from the stack

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

Meta