rustc_
data_
structures
1.83.0-beta.5
(eb6e3fa1a 2024-11-08)
Module vec_
graph
Module Items
Structs
Functions
In rustc_
data_
structures::
graph
rustc_data_structures
::
graph
Module
vec_graph
Copy item path
source
Structs
§
VecGraph
A directed graph, efficient for cases where node indices are pre-existing.
Functions
§
create_
index
🔒
Creates/initializes the index for the
VecGraph
. A helper for
VecGraph::new
.