Vector.asString

Returns the current vector formatted as string, useful for printing the vector

struct Vector(type, int dim)
@property
string
asString
(
)
if (
(dim >= 2) &&
(dim <= 4)
)

Meta