Expand description
A specialized byte slice type for performing vectored I/O operations.
For more detail, see IoVec
documentation.
Modules§
- unix
- IoVec extensions for Unix platforms.
Structs§
- IoVec
- A specialized byte slice type for performing vectored I/O operations.
Constants§
- MAX_
LENGTH - Max length of an
IoVec
slice.