(&self)
| 355 | /// Returns `true` if all operations are Equal. |
| 356 | #[inline] |
| 357 | pub fn is_unchanged(&self) -> bool { |
| 358 | !self.has_changes() |
| 359 | } |
| 360 | |
| 361 | /// Check if the result is empty (both sequences were empty). |
| 362 | pub fn is_empty(&self) -> bool { |
nothing calls this directly
no test coverage detected