Module rustc_data_structures::graph::vec_graph
source · Structs§
- A directed graph, efficient for cases where node indices are pre-existing.
Functions§
- Creates/initializes the index for the
VecGraph
. A helper forVecGraph::new
.
VecGraph
. A helper for VecGraph::new
.