Vector.append

Add a series of values to the vector.

Throws an exception when the vector is full

struct Vector(V, int Size = 0)
append
()

Meta