#pragma once
#include "xcdat/io.hpp"
#include "xcdat/trie.hpp"
namespace xcdat {
using trie_type = trie;
}