Function webrender_api::display_list::skip_slice
source ยท fn skip_slice<'a, T: Peek>(data: &mut &'a [u8]) -> ItemRange<'a, T>
Expand description
Returns the byte-range the slice occupied.
fn skip_slice<'a, T: Peek>(data: &mut &'a [u8]) -> ItemRange<'a, T>
Returns the byte-range the slice occupied.