(&mut self, additional: usize)
| 537 | |
| 538 | #[inline(always)] |
| 539 | pub(crate) fn move_next(&mut self, additional: usize) { |
| 540 | self.cursor += additional; |
| 541 | } |
| 542 | |
| 543 | #[inline(always)] |
| 544 | pub(crate) fn move_back(&mut self, additional: usize) { |
no outgoing calls
no test coverage detected