writeln
fn
void writeln(T...)(T args)- Equivalent to
write(args, '\n'). Callingwritelnwithout - arguments is valid and just prints a newline to the standard
- output.
Parameters
void writeln(T...)(T args)write(args, '\n'). Calling writeln without