Cycle.front

Range primitives

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

Meta