Module index

Source
Expand description

Traits and a default implementation for graph indices.

Structs§

EdgeIndex
A valid edge index.
GraphIndices
An iterator over a consecutive sequence of graph indices.
NodeIndex
A valid node index.
OptionalEdgeIndex
An edge index that can be None.
OptionalNodeIndex
A node index that can be None.

Traits§

GraphIndex
A valid graph index.
OptionalGraphIndex
A graph index that can be None.