static void ai_matchAngleBracketPattern_toResults(S pat, L tokInput, L> results) { L tokPat = javaTokWithAngleBracketsC(pat); L match = uniquify(dropTwinPairsIC(zipTwoListsToPairs_ifSameLength(tokPat, tokInput))); if (match != null) addPair(results, pat, antiFilter parsing_checkMatchPairUsingMechList(match)); }