sbool jmatchAny(S pat, Iterable l) { ret jmatch_any(pat, l); } sbool jmatchAny(S pat, Iterable l, Matches m) { ret jmatch_any(pat, l, m); } sbool jmatchAny(LS patterns, Iterable l) { ret jmatch_any(patterns, l, null); } sbool jmatchAny(LS patterns, Iterable l, Matches m) { ret jmatch_any(patterns, l, m); }