Returns a matcher for the longest common suffix of this matcher.
(&self)
| 160 | |
| 161 | /// Returns a matcher for the longest common suffix of this matcher. |
| 162 | pub fn lcs(&self) -> &FreqyPacked { |
| 163 | &self.lcs |
| 164 | } |
| 165 | |
| 166 | /// Returns true iff this prefix is empty. |
| 167 | pub fn is_empty(&self) -> bool { |
no outgoing calls
no test coverage detected