Implements routines for matching qualified identifier patterns against symbols.
Types
IdentPattern = distinct string
- A matcher pattern for a fully qualified symbol identifier Source Edit
Patterns = seq[IdentPattern]
- A list of identifier matcher patterns, where the order is significant. Source Edit