Cycle.opIndex

Range primitives

  1. this(R input, size_t index)
  2. inout(ElementType) front [@property getter]
  3. enum bool empty;
  4. void popFront()
  5. inout(ElementType) opIndex(size_t n)
    struct Cycle(R)
    nothrow ref inout @safe
    inout(ElementType)
    opIndex
    (
    size_t n
    )
  6. inout(Cycle) save [@property getter]

Meta

Suggestion Box / Bug Report