Cycle.front

Range primitives

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

Meta

Suggestion Box / Bug Report