Prints a vector in the console.

// Prints "(1, 2, 3)" in the console
Chalkboard.vect.print(Chalkboard.vect.init(1, 2, 3));