Function dag::get_future
source · pub fn get_future<'a, InIndex, OutIndex, F, FStop, Set, Iter>(
index_set: Iter,
successor_edges: F,
stop_condition: FStop
) -> Set
Expand description
Return the future set of the nodes in index_set
.
The future set (including itself) of a node whose stop_condition
is true
will not be included.