struct EE::UI::Doc::FoldRangeTypeUtil

#include <foldrangetype.hpp>

struct FoldRangeTypeUtil {
    // methods

    static FoldRangeType fromString(const std::string& str);
    static std::string toString(FoldRangeType type);
};