Method Stdio.Fd()->`<<()
- Method `<<
Stdio.Fileres =Stdio.Fd()<<data
Stdio.Fileres =Stdio.Fd()<<data- Description
Write some data to a file.
If
datais not a string, it is casted to string, and then written to the file.- Note
Throws an error if not all data could be written.
- See also