println

Prints the given values and a newline (\n) after printing the values

@safe
void
println
(
T...
)
()

Parameters

values T

The values to print to console

Meta