(&self)
| 811 | |
| 812 | #[inline] |
| 813 | pub const fn is_empty(&self) -> bool { |
| 814 | self.bytes.is_empty() |
| 815 | } |
| 816 | |
| 817 | /// Returns the code point at `position` if it is in the ASCII range, |
| 818 | /// or `b'\xFF'` otherwise. |
no outgoing calls
no test coverage detected