Type Definition InIt
rs_graph::linkedlistgraph
type InIt<ID> = NeighIt<ID>;
A graph iterator over edges entering a node.