Includes returns true if all matches of Pattern [other] are also matches of the current pattern.
(other Pattern)
| 85 | Match(id ID) bool |
| 86 | // Includes returns true if all matches of Pattern [other] are also matches of the current pattern. |
| 87 | Includes(other Pattern) bool |
| 88 | // String formats the [Pattern] as a string |
| 89 | String() string |
| 90 |
no outgoing calls