Array.removeBack

Removes the value at the back of the array.

  1. void removeBack()
    struct Array(T)
    void
    removeBack
    ()
  2. size_t removeBack(size_t howMany)

Return Value

Type: void

The number of elements removed

Precondition: !empty.

Meta