Currently, the "IO" chapter looks like this:  We propose to rename this chapter to "Streams" or "IO streams" and implement the next structure: - Streams - ``sycl::stream`` ([4.16. Stream class](https://registry.khronos.org/SYCL/specs/sycl-2020/html/sycl-2020.html#subsec:stream) except [Table 159](https://registry.khronos.org/SYCL/specs/sycl-2020/html/sycl-2020.html#table.manipulators.stream)) - ``sycl::stream_manipulator`` ([Table 159](https://registry.khronos.org/SYCL/specs/sycl-2020/html/sycl-2020.html#table.manipulators.stream) and all relevant information) PR with updates will be created soon. Feel free to comment if you have any suggestions on the structure.