Function differential_dataflow::algorithms::graphs::scc::trim
source ยท pub fn trim<G, N, R>(
graph: &Collection<G, (N, N), R>,
) -> Collection<G, (N, N), R>
Expand description
Iteratively removes nodes with no in-edges.