#pragma once #include #include #include #include "special_numeric_types.hpp" using Hakus = std::set; nlohmann::ordered_json dump_hakus(const Hakus& hakus); std::optional load_hakus(const nlohmann::json& timing);