@nogc printing functions
Print the integer to stdout
Print the double to stdout
Call the print function of the object
Print an array of items
Print a string (special case of an array)
Print some number of objects
Print some number of objects followed by a newline
See Source File
@nogc printing functions