9.7. IGRAPH_EIT_RESET — Reset an edge iterator.

#define IGRAPH_EIT_RESET(eit)

Resets an ege iterator. After calling this macro the iterator will point to the first edge.

Arguments: 

eit:

The edge iterator.

Time complexity: O(1).