Chalkboard - v3.0.1
    Preparing search index...

    Function print

    • Prints a vector in the console.

      Parameters

      Returns void

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