Constructs the edge between consecutive elements of a circular sequence of size n, starting at circular index i. The endpoint j = ((i mod n) + 1) mod n is computed.
Constructs the edge between consecutive elements of a circular sequence of size n, starting at circular index i. The endpoint j = ((i mod n) + 1) mod n is computed.
Value parameters
i
circular index of the first endpoint (any IndexO, will be normalized to [0, n))