Struct ena::graph::Graph [] [src]

pub struct Graph<N, E> { /* fields omitted */ }

Methods

impl<N: Debug, E: Debug> Graph<N, E>
[src]

Accesses the index of the first edge adjacent to node. This is useful if you wish to modify the graph while walking the linked list of edges.

Accesses the next edge in a given direction. This is useful if you wish to modify the graph while walking the linked list of edges.

Iterates over all edges defined in the graph.

Iterates over all edges defined in the graph