Vector.remove

Remove and return the most recent addition to the vector.

Throws an exception when the vector is empty

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

Meta