(&self)
| 165 | /// Returns the logical length of the run-ends stored by this buffer. |
| 166 | #[inline] |
| 167 | pub fn len(&self) -> usize { |
| 168 | self.logical_length |
| 169 | } |
| 170 | |
| 171 | /// Returns true if this buffer is logically empty. |
| 172 | #[inline] |
no outgoing calls
no test coverage detected