RetroRange.front

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto ref front [@property getter]
  2. ForeachType!R front [@property setter]
    struct RetroRange(Range)
    @property
    static if(!hasAccessByRef)
    void
    front
    ()
    (
    ForeachType!R val
    )

Meta