pub type NodeMap = Map<ObjectKey, NodeId>;
pub struct NodeMap(pub IndexMap<ObjectKey, NodeId>);
0: IndexMap<ObjectKey, NodeId>