static Pair nlPatternMap_wildcards_dontExpand(SS map, S s) { new Matches m; for (S key, val : map) { if (matchX(key, s, m)) ret pair(val, m); } null; }