Function stc_ts_ordering::calc::to_graph
source · [−]pub(crate) fn to_graph<I>(
deps: &Deps<'_, I>,
len: usize
) -> (Vec<Vec<usize>>, FastDiGraphMap<usize, ()>)where
I: Eq + Hash,
Expand description
Returns (cycles, graph)
.