Feature gate: #![feature(io_slice_as_bytes)]
This is a tracking issue for getting the underlying slice out of an IoSlice
/IoSliceMut
// std::io impl<'a> IoSlice<'a> { pub const fn as_slice(self) -> &'a [u8] { } impl<'a> IoSliceMut<'a> { pub const fn into_slice(self) -> &'a mut [u8]; }Steps / History
as_slice
/into_slice
for IoSlice
/IoSliceMut
libs-team#93RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4