mentat/petgraph/stable_graph/sidebar-items.js
2018-08-22 17:04:13 +00:00

1 line
No EOL
770 B
JavaScript

initSidebarItems({"struct":[["EdgeIndices","Iterator over the edge indices of a graph."],["EdgeReference","Reference to a `StableGraph` edge."],["EdgeReferences","Iterator over all edges of a graph."],["Edges","Iterator over the edges of from or to a node"],["Neighbors","Iterator over the neighbors of a node."],["NodeIndices","Iterator over the node indices of a graph."],["NodeReferences","Iterator over all nodes of a graph."],["StableGraph","`StableGraph<N, E, Ty, Ix>` is a graph datastructure using an adjacency list representation."],["WalkNeighbors","A “walker” object that can be used to step through the edge list of a node."]],"type":[["StableDiGraph","A `StableGraph` with directed edges."],["StableUnGraph","A `StableGraph` with undirected edges."]]});