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