void swap(const trie_map_type& other) { t.swap(other.t); }
void swap(const trie_multiset_type& other) { t.swap(other.t); }