Expand description
GraphMap<N, E, Ty>
is a graph datastructure where node values are mapping
keys.
Structs§
- AllEdges
- AllEdges
Mut - Edges
- Fast
Graph Map GraphMap<N, E, Ty>
is a graph datastructure using an associative array of its node weightsN
.- Neighbors
- Neighbors
Directed - Node
Identifiers - Node
References - Nodes
- Ptr
- A reference that is hashed and compared by its pointer value.
Traits§
- Node
Trait - A trait group for
GraphMap
’s node identifier.
Type Aliases§
- Fast
DiGraph Map - A
GraphMap
with directed edges.