Cycle.opIndex

Range primitives

  1. auto ref opIndex(size_t n)
    struct Cycle(R)
    ref
    static if(isRandomAccessRange!R && hasLength!R)
    opIndex
    (
    size_t n
    )
    if (
    isForwardRange!R &&
    !isInfinite!R
    )
  2. auto ref opIndex(size_t n)

Meta