pub fn match_group_resolve_symbol_ids(
    unresolved_match_group: &[(NodeID, usize)],
    anno_key_symbols: &SymbolTable<AnnoKey>
) -> Result<MatchGroup>
Expand description

Convert a slice of node and annotation key symbol IDs to a MatchGroup.