VectorImpl.removeAt

Removes the elements at the given index with the given element count.

  1. void removeAt(size_t i)
  2. void removeAt(size_t i, size_t count)
    struct VectorImpl(T, bool ownsMemory = true)
    @nogc
    void
    removeAt
    (
    size_t i
    ,
    size_t count
    )

Meta