static bool startsWithDigit(S s) { ret nempty(s) && isDigit(s.charAt(0)); }