List.popBack

Pop count elements from the back of the List. If element type has elaborate destructor, popped slots are reinitialized to T.init.

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

Meta