Function Vector.toString

Gives the vector a pretty string format (eg. (1, 2, 3) => <1, 2, 3>)

override string toString();