Package Util

Class Out

java.lang.Object
Util.Out

public class Out extends Object
This class serves as a utility for output operations, allowing for redirection of output streams, file output, custom delimiters, and built-in support for printing various data types, including arrays and collections. Output must be flushed with flush() by the end of the program especially when Constants.debug is true, which is by default when there an `ONLINE_JUDGE` system property is present (Codeforces, AtCoder). This is meant to preserve runtime over standard input System.out by flushing only once.
Since:
1.0
Version:
1.0
Author:
Sahasrad Chippa