| igraph Reference Manual |
|---|
void igraph_eit_destroy(const igraph_eit_t *eit);
Arguments:
eit: |
Pointer to an edge iterator to destroy. |
See also:
Time complexity: operating system dependent, usually O(1).
<< 9.1. igraph_eit_create — Creates an edge iterator from an edge selector. |
9.3. Stepping over the edges >> |