static bool sameOrUnderscorePlus(S s, S prefix) { ret eq(s, prefix) || startsWith(s, prefix + "_"); }