static bool isRoundBracketed(S s) { ret startsWith(s, "(") && endsWith(s, ")"); }