Feature gate: #![feature(cursor_split)]
impl<T> Cursor<T> where T: AsRef<[u8]>, { pub fn split(&self) -> (&[u8], &[u8]); } impl<T> Cursor<T> where T: AsMut<[u8]>, { pub fn split_mut(&mut self) -> (&mut [u8], &mut [u8]); }Steps / History
io::Cursor::{remaining, remaining_slice, is_empty}
#86037io::Cursor::{remaining_slice, is_empty}
#109174remaining
Add io::Cursor::{remaining, remaining_slice, is_empty}
#86037 (comment)remaining
to return usize
. Tracking Issue for io::Cursor::{split, split_mut}
#86369 (comment)<Cursor as bytes::Buf>::remaining
Tracking Issue for io::Cursor::{split, split_mut}
#86369 (comment)FliegendeWurst, drgomesp, Jasha10, zopsicle, Banyc and 2 more
RetroSearch 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