Files
rust/src/libstd/sys/unix/ext
Steven Fackler bd177f3ea3 Stabilized vectored IO
This renames `std::io::IoVec` to `std::io::IoSlice` and
`std::io::IoVecMut` to `std::io::IoSliceMut`, and stabilizes
`std::io::IoSlice`, `std::io::IoSliceMut`,
`std::io::Read::read_vectored`, and `std::io::Write::write_vectored`.

Closes #58452
2019-04-27 08:34:08 -07:00
..
2019-02-28 04:06:15 +09:00
2019-03-29 00:07:09 -04:00
2019-04-27 08:34:08 -07:00
2019-02-28 04:06:15 +09:00
2019-02-28 04:06:15 +09:00
2019-02-28 04:06:15 +09:00