(&self, at: InputAt)
| 115 | fn at(&self, i: usize) -> InputAt { (**self).at(i) } |
| 116 | |
| 117 | fn next_char(&self, at: InputAt) -> Char { (**self).next_char(at) } |
| 118 | |
| 119 | fn previous_char(&self, at: InputAt) -> Char { (**self).previous_char(at) } |
| 120 |
no test coverage detected