Cycle.this

Range primitives

  1. this(R input, size_t index)
    struct Cycle(R)
    static if(isRandomAccessRange!R && hasLength!R)
    this
    (,
    size_t index = 0
    )
    if (
    isForwardRange!R &&
    !isInfinite!R
    )
  2. this(R input)

Meta