7.5. igraph_ess_seq — Immediate version of the sequence edge selector.

igraph_es_t igraph_ess_seq(igraph_integer_t from, igraph_integer_t to);

Arguments: 

from:

The first edge id to include.

to:

The last edge id to include.

Returns: 

The initialized edge selector.

See also: 

igraph_es_seq()

Time complexity: O(1).