| igraph Reference Manual |
|---|
int igraph_es_none(igraph_es_t *es);
Arguments:
es: |
Pointer to an uninitialized edge selector object to initialize. |
Returns:
|
Error code. |
See also:
Time complexity: O(1).
<< 6.2. igraph_es_adj — Adjacent edges of a vertex. |
6.4. igraph_es_1 — Edge selector containing a single edge. >> |