(&self)
| 171 | /// Returns true if this buffer is logically empty. |
| 172 | #[inline] |
| 173 | pub fn is_empty(&self) -> bool { |
| 174 | self.logical_length == 0 |
| 175 | } |
| 176 | |
| 177 | /// Free up unused memory. |
| 178 | pub fn shrink_to_fit(&mut self) { |
no outgoing calls
no test coverage detected