Vector2.toString

Output the string representation of the Vector2.

struct Vector2(T)
const
string
toString
()
if (
isNumeric!(T) ||
is(T == bool)
)

Meta