pub type NamespaceMap<V> = MapUnionHashMap<Namespace, TableMap<V>>;
struct NamespaceMap<V>(/* private fields */);