Cycle.this

Range primitives

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

Meta