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