Cycle.front

Range primitives

  1. auto ref front [@property getter]
    struct Cycle(R)
    @property ref
    static if(isRandomAccessRange!R && hasLength!R)
    front
    ()
    if (
    isForwardRange!R &&
    !isInfinite!R
    )
  2. auto ref front [@property getter]
  3. ElementType!R front [@property setter]
  4. auto ref front [@property getter]
  5. auto ref front [@property getter]
  6. ElementType!R front [@property setter]

Meta