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).