static bool IsLeftBracket(char ch) => LeftBrackets.Contains(ch);