Returns a matcher for the longest common prefix of this matcher.
(&self)
| 155 | |
| 156 | /// Returns a matcher for the longest common prefix of this matcher. |
| 157 | pub fn lcp(&self) -> &FreqyPacked { |
| 158 | &self.lcp |
| 159 | } |
| 160 | |
| 161 | /// Returns a matcher for the longest common suffix of this matcher. |
| 162 | pub fn lcs(&self) -> &FreqyPacked { |