Vector.add

Add a value to the vector.

Throws an exception when the vector is full

  1. V* add(V value)
    struct Vector(V, int Size = 0)
    V*
    add
    ()
  2. V* add()

Meta