Function mz_ore::graph::find_next_child_to_enter

source ยท
fn find_next_child_to_enter<NodeId>(
    entered: &mut Vec<(NodeId, Vec<NodeId>)>,
    exited: &BTreeSet<NodeId>,
) -> Option<NodeId>
where NodeId: Ord,
Expand description

Find the next child node, if any, that we have not entered.