Vector.remove

Index vector entries, where a zero index represents the oldest vector entry.

Throws an exception when the given index is out of range

  1. V remove()
  2. V remove(uint i)
    struct Vector(V, int Size = 0)
    V
    remove
    (
    uint i
    )

Meta