List.popBack

Pop the last element from List. If element type has elaborate destructor, popped slot is reinitialized to T.init.

  1. void popBack()
    struct List(T, long N = -1)
    void
    popBack
    ()
  2. void popBack(size_t count)

Meta