Out

value class Out

This class houses static methods for printing to the console.

API Reference

Static Methods

println<T>(val: T) -> void

Prints the string representation of val to the console, followed by a newline.


print<T>(val: T) -> void

Prints the string representation of val to the console.