writes its argument (a single string) to the specified output channel
None
The argument is not converted into utf-8.
The function might block until the output channel is ready to accept more data.
This function needs I/O-access rights.
| std::write_to | writes its arguments to the specified output channel | 
| std::print_to | prints its arguments to the specified file descriptor | 
| std::print | writes its arguments (as a single string) to the standard output channel | 
| std::eprint | writes its arguments (as a single string) to the error output channel |