Prints a vector in the console.
// Prints "(1, 2, 3)" in the consoleChalkboard.vect.print(Chalkboard.vect.init(1, 2, 3)); Copy
// Prints "(1, 2, 3)" in the consoleChalkboard.vect.print(Chalkboard.vect.init(1, 2, 3));
The vector
Prints a vector in the console.
Example