Function mz_ore::graph::entered_node

source ยท
fn entered_node<NodeId>(
    entered: &mut Vec<(NodeId, Vec<NodeId>)>,
    node: NodeId,
    children: Vec<NodeId>,
)
where NodeId: Ord,
Expand description

Add to entered that we have entered node and node has children.