sbool isPrefixPlusNumberIC(S s, S prefix) {
  new Matches m;
  ret swic(s, prefix, m) && isInteger(m.rest());
}