7bool startsWith(std::string_view str, std::string_view prefix);
9std::string
removePrefix(std::string_view str, std::string_view prefix);
std::string removePrefix(std::string_view str, std::string_view prefix)
bool startsWith(std::string_view str, std::string_view prefix)
bool endsWith(std::string_view str, std::string_view suffix)
std::string removeSuffix(std::string_view str, std::string_view suffix)
std::unique_ptr< RooFit::Detail::JSONTree > varJSONString(const RooFit::Detail::JSONNode &treeRoot)