Module swc_fast_graph::digraph
source · [−]Expand description
GraphMap<N, E, Ty>
is a graph datastructure where node values are mapping
keys.
Structs
GraphMap<N, E, Ty>
is a graph datastructure using an associative array
of its node weights N
.A reference that is hashed and compared by its pointer value.
Traits
A trait group for
GraphMap
’s node identifier.Type Definitions
A
GraphMap
with directed edges.