Converts current vector to a string.
auto v = Vector!(uint, 2)(2, 4); assert(v.toString() == "[2, 4]");
See Implementation
Converts current vector to a string.