Converts a vector to a string

// Returns "(2, 3, 4)"
const s = Chalkboard.vect.toString(Chalkboard.vect.init(2, 3, 4));