static Matches matches(S... m) {
  ret Matches(m);
}

static Matches matches(LS m) {
  ret Matches(toStringArray(m));
}