writes its argument (a single string) to the standard output channel
None
The argument is converted into utf-8.
This function needs I/O-access rights.
std::print | writes its arguments (as a single string) to the standard output channel |
std::println | writes its arguments and a trailing newline to the standard output channel |
std::eprint_string | writes its argument (a single string) to the error output channel |