Array.erase

Erases a contiguous range of items from the array.

  1. void erase(size_t index)
  2. void erase(size_t index, size_t count)
    struct Array(T)
    void
    erase
    (
    size_t index
    ,
    size_t count
    )

Meta