Vector.toString

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

class Vector(T, uint dimensions)
override
string
toString
(
)

Meta