Struct moore_svlog_hir::NodeIndex [] [src]

pub struct NodeIndex<'hir> {
    pub hir: &'hir Root,
    pub nodes: HashMap<NodeId, Node<'hir>>,
}

An search index of all nodes in a HIR tree.

Fields